@charset "utf-8";
@import "../iconfont/iconfont.css";
/* CSS Document */
html {font-size: 62.5%; font-size: 10px;}
 @media (max-width: 1440px) {
    html {
      font-size: calc(10 * 100vw / 1440);
    }
  }
  @media (max-width: 1000px) {
    html {
      font-size: calc(10 * 100vw / 368);
    }
  }
body, button, input, select, textarea { background: none repeat scroll 0 0 #fff; color: #424242; font: 14px/1 "Arial", "微软雅黑"; margin: 0; padding: 0; overflow: hidden; }

body,html{
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 { font-size: 14px; padding: 0; margin: 0; }
ul, ol, li, dl, dt, dd { list-style: none; text-decoration: none; height: auto; padding: 0; margin: 0; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 14px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */ border-bottom: 1px dotted; cursor: help; }
q:before, q:after { content: ''; }
p { margin: 0; padding: 0; }
/* 重置表单元素 */
legend { color: #424242; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea { font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */ }
/* 重置表格元素 */
/* 重置 hr */
hr { border: none; height: 1px; }
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
:hover { text-decoration: none !important;}
html { overflow-y: scroll; }
:link { text-decoration: none; color: #424242; }
:visited { text-decoration: none; color: #424242; }
.fl { float:left;}
.fr { float:right;}
[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}






	
@media (max-width: 992px) {
	.container {padding: 0 15px;}
}


@media (min-width: 1200px) {
    .container {max-width: 100%; }
}

@media (min-width: 1300px) {
    .container {max-width: 100%; }
}

@media (min-width: 1400px) {
    .container {max-width: 100%; }
}

@media (min-width: 1600px) {
    .container {max-width: 1600px;}
}

/*@media (min-width: 1400px) {
    .container { max-width: 1400px; } 
}
@media (min-width:1300px) {	
    .container, .container-sm, .container-md, .container-lg { max-width: 100%;}
}*/

/*======================公用样式=======================*/
.wrap { width: 100%; }
.wrap-8 {padding: 0 3%;}
@media (max-width: 992px) {
	.wrap-8 {padding:0 15px;}
}
.lyLogo { width:auto; height:55px; overflow:hidden; margin:15px 0; padding:0; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyLogo a { display: table-cell; vertical-align: middle; width:100%; height:55px; overflow:hidden; margin:0; padding:0;}
.lyLogo a img { display:inline-block;  height:auto; max-height:100%; margin:0; padding:0;}
.lyLogo a img.logo2 { display:none;}
.header-scrolled .wrap-8, .wrap-8:hover { background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.header-scrolled .wrap-8, .wrap-8:hover a { color: #333;}
.header-scrolled .lyLogo a img.logo1, .wrap-8:hover .lyLogo a img.logo1 { display:none;}
.header-scrolled .lyLogo a img.logo2, .wrap-8:hover .lyLogo a img.logo2 { display:inline-block;}
@media (max-width: 992px) {
	.lyLogo {height: auto;}
	.lyLogo a img {width: 220px;}
}
@media (max-width: 767px) {
	.wrap-8 .lyLogo { margin:0; padding:10px 0; background:none;}
	.lyLogo a { height:45px;}
	.header-scrolled .lyLogo a img.logo1, .wrap-8 .lyLogo a img.logo1 { display:none;}
	.header-scrolled .lyLogo a img.logo2, .wrap-8 .lyLogo a img.logo2 { display:inline-block;}

}
.panels {
  overflow: hidden;
}
.paginations {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 100;
}
@media (max-width: 768px) {
  .paginations {
    left: auto;
    right: 20px;
    top: auto;
    bottom: auto;
    bottom: 10%;
  }
}
.paginations li {
  padding: 11px;
}
.paginations a {
  display: block;
  width: 6px;
  height: 6px;
  background: #01b0ff;
  border-radius: 50%;
  position: relative;
}
.paginations a::after {
  content: '';
  transition: 0.3s;
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  border: 1px solid #01b0ff;
}
.paginations a.active::after {
  width: 22px;
  height: 22px;
}



.navbar-area {background:rgba(0, 0, 0, 0); }
.navbar-light .navbar-brand img{float:left;margin-left:-15px}
.sticky-nav{/*position:fixed;*/top:0;left:0;right:0;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);margin:auto;z-index:999; background:#fff;-webkit-animation:.9s ease-in-out 5s normal none 1 running fadeInDown;animation:.9s ease-in-out 5s normal none 1 running fadeInDown;-webkit-transition:.9s;transition:.9s;width:100%!important}
.sticky-nav .nav-top{width:100%;border-radius:0}
.sticky-nav .main-nav{-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1)}
.main-nav{position:relative;top:0;left:0;padding:0;width:100%;z-index:999;height:auto;}
.main-nav .navbar {padding: 0;}
.main-nav nav .navbar-nav .nav-item {padding: 0;}
.main-nav nav .navbar-nav .nav-item .active,.main-nav nav .navbar-nav .nav-item:hover a{color:#fff;background: #1ab1e4;}
.main-nav nav .navbar-nav .nav-item a{text-transform:capitalize;color:#404040; padding: 59px 30px 46px 30px; margin: 0;}
.main-nav nav .navbar-nav .nav-item a i{font-size:10px}
.main-nav nav .navbar-nav .nav-item a :focus,.main-nav nav .navbar-nav .nav-item a:hover{color:#fff}
.main-nav nav .navbar-nav .nav-item a.active{color:#fff!important; background: #1ab1e4;}
.main-nav nav .navbar-nav .nav-item a.active i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.main-nav nav .navbar-nav .nav-item a:hover i{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.7s;transition:.7s}
.main-nav nav .navbar-nav .nav-item a .active::before{-webkit-transform:scale(1);transform:scale(1)}
.main-nav nav .navbar-nav .nav-item .dropdown-menu{border:0;border-radius:0;background-color:#1ab1e4!important; padding-left: 0; padding-right: 0; width: 223px;}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li{border-bottom:0}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child{border-bottom:0}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a{position:relative;-webkit-transition:.7s;transition:.7s;font-size: 14px;}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before{width:100%}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover{color:#666; background:#ccc; }
.mobile-nav .mean-container .mean-nav ul li a .active{color:#2ca6e0}
.mean-container a.meanmenu-reveal{color:#373e58}
.mean-container a.meanmenu-reveal span{background-color:#1ab1e4}




.other-side .search-area {float:left; margin-right:10px}
.other-side .search-area .search-form{position:relative}
.other-side .search-area .search-form .search-input{display:block;width:100%;height:34px;line-height:initial; background: #fff; border:1px solid #ccc; border-radius:10px;color:#929292;outline:0;-webkit-transition:.5s;transition:.5s; padding-left:10px}
.other-side .search-area .search-form .search-button{position:absolute;right:0;top:0;height:34px;background:0 0;border:0;width:50px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}
.other-side .search-area .search-btn{-webkit-transition:all .5s;transition:all .5s;font-size:16px;}
.other-side .search-area i {color: #15528c; font-weight: bold;}

.other-side .lang{float:right;margin-top:4px; font-weight: bold;}
.other-side .lang a {color: #fff;}
.other-side .modal-menu{float:right;margin-left:20px;margin-top:3px}
.other-side .modal-menu a{color:#64acff;font-size:20px;font-weight:700;width:40px;height:40px;line-height:40px;background-color:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1);text-align:center}
.other-side .modal-menu a:hover{color:#ff6464}
@media (max-width: 992px) {
	.other-side  {position: absolute; top: 15px; right: 60px;}	
    .other-side .lang a {color: #fff;}
	.other-side .search-area {display: none;}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 0;

}
.fixed-top-index {}

#header .header-container {
  
}

#header.header-scrolled {
  background: #fff;

  top: 0;
}


@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #fff;
  }
  #header.header-scrolled, #header .header-container {
    background: #fff;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}
.header-scrolled .navbar a {color: #333;}
.navbar a span {font-size: 17px;}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #d22c2e!important;
  /*border-bottom: 2px solid #d22c2e;*/
}

.navbar .getstarted {
  display: none;
}



.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #d22c2e;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #333;
  font-size: 28px!important;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
	.navbar a span {font-size: 15px}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color:#fff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;



















  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 14px;
  color: #36343a;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #d22c2e;
}

.navbar-mobile .getstarted {
  display: block;
  margin: 15px;
}
.search-i {width: 100%; position: absolute; top:18px; right: 0; }
.search-i .search-form{position:relative}
.search-i .search-form .search-input{display:block;width:100%;height:34px;line-height:initial; background: #171717; border: 0; border-radius:13px;color:#fff;outline:0;-webkit-transition:.5s;transition:.5s; padding-left:10px}
.search-i .search-form .search-button{position:absolute;right:0;top:0;height:34px;background:0 0;border:0;width:50px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}
.search-i .search-btn{-webkit-transition:all .5s;transition:all .5s;font-size:16px;}


 

.search-i .search-form  input::-webkit-input-placeholder {
  /* WebKit browsers */
   color:rgba(255,255,255,.8)  !important; 
 
}
.search-i .search-form  input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
   color:rgba(255,255,255,.8)  !important; 
 
}
.search-i .search-form  input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
   color:rgba(255,255,255,.8)  !important; 
 
}
.search-i .search-form  input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
   color:rgba(255,255,255,.8)  !important; 
 
}



.search-i i {color: #fff; font-weight: bold;}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #009970;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*lyIdx_Banner 开始 */
.lyIdx_Banner { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyIdx_Banner .swiper-container0 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyIdx_Banner .swiper-container0 .swiper-slide { overflow:hidden; position:relative;}
.lyIdx_Banner .swiper-container0 .swiper-slide img.BaImg { display:block; width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;  -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); transition: all 3s; -webkit-transition: all 3s; -moz-transition: all 3s; -o-transition: all 3s;}
.lyIdx_Banner .swiper-container0 .swiper-slide.swiper-slide-active img.BaImg { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);}
/*分页器*/
.lyIdx_Banner .swiper-container0 .swiper-pagination { width:84%; height:60px; overflow:hidden; text-align:left; margin:0; padding:0; left:8%; bottom:44px!important;}
.lyIdx_Banner .swiper-container0 .swiper-pagination .swiper-pagination-bullet { width:56px; height:56px; line-height:56px; color:rgba(255,255,255,0.4); font-size:18px; text-align:center; border:2px solid rgba(255,255,255,0); border-radius:50%; margin:0 20px 0 0; padding:0; background:none; opacity:1;}
.lyIdx_Banner .swiper-container0 .swiper-pagination .swiper-pagination-bullet-active { color:#fff; border:2px solid rgba(255,255,255,0.2);}
.f-14 { height:56px; line-height:56px; font-size:18px;}

.lyIdx_Banner .swiper-pagination > span { display: inline-block; vertical-align: middle; position: relative; }
.lyIdx_Banner .swiper-pagination .right { right: -2px; }
.lyIdx_Banner .swiper-pagination .left { left: -2px; }
.lyIdx_Banner .swiper-pagination .circleProgress { width: 56px; height: 56px; border: 2px solid transparent; border-radius: 50%; position: absolute; top: 0px; -webkit-transform: rotate(-135deg); }
.lyIdx_Banner .swiper-pagination .rightcircle { border-bottom: 2px solid #fff; border-left: 2px solid #fff; right: 0px; }
.lyIdx_Banner .swiper-pagination .leftcircle { border-top: 2px solid #fff; border-right: 2px solid #fff; left: 0px; }
.lyIdx_Banner .swiper-pagination .wrapper_con { width: 30px; height: 60px; position: absolute; top: -2px; overflow: hidden; display: none; }
.lyIdx_Banner .swiper-pagination-bullet-active .rightcircle { -webkit-animation: circleProgressLoad_right 3s linear infinite; animation: circleProgressLoad_right 3s linear infinite; }
.lyIdx_Banner .swiper-pagination-bullet-active .leftcircle { -webkit-animation: circleProgressLoad_left 3s linear infinite; animation: circleProgressLoad_left 3s linear infinite; }
.lyIdx_Banner .swiper-pagination-bullet-active .wrapper_con { display: block; }

@keyframes circleProgressLoad_right { 0% {
	transform:rotate(45deg);
}
50%, 100% {
	transform:rotate(225deg);
}
}
@keyframes circleProgressLoad_left { 0%, 50% {
	transform:rotate(45deg);
}
100% {
	transform:rotate(225deg);
}
}

.lyIdx_Banner .swiper-container0 .swiper-button-prev1, .lyIdx_Banner .swiper-container0 .swiper-button-next1 { width:40px!important; height:80px!important; cursor:pointer; position:absolute; top:50%!important; margin-top:-40px!important; z-index:2;}
.lyIdx_Banner .swiper-container0 .swiper-button-prev1 { background:url(../images/arrow01.png) center center no-repeat; background-size:40px 80px; left:0;}
.lyIdx_Banner .swiper-container0 .swiper-button-next1 { background:url(../images/arrow02.png) center center no-repeat; background-size:40px 80px; right:0;}
.lyIdx_Banner .swiper-container0 .swiper-button-prev1:hover { background:url(../images/arrow03.png) center center no-repeat; background-size:40px 80px;}
.lyIdx_Banner .swiper-container0 .swiper-button-next1:hover { background:url(../images/arrow04.png) center center no-repeat; background-size:40px 80px;}

.BaMask { height:100%; position:absolute; top:0; left:0;}
.BaMask img { display:block; width:auto; height:100%; margin:0; padding:0;}
.BaMask i { display:block; width:8px; height:8px; padding:0; background-color:#fff; border-radius:50%; position:absolute; right:2px;}
.BaMask i.dot01 { bottom:50%; margin:0 0 90px;}
.BaMask i.dot02 { top:50%; margin:90px 0 0;}
.BaMask p { width:56px; height:56px; margin:-30px 0 0; padding:0; border:2px solid rgba(255,255,255,0.2); border-radius:50%; position:absolute; right:-29px; top:50%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.BaMask p em { display:block; width:8px; height:8px; margin:24px auto; padding:0; background-color:#fff; border-radius:50%;}

.BaMask p .right { right: -2px; }
.BaMask p .left { left: -2px; }
.BaMask p .circleProgress { display:block; width: 56px; height: 56px; border: 2px solid transparent; border-radius: 50%; position: absolute; top: 0px; -webkit-transform: rotate(-135deg); }
.BaMask p .rightcircle { display:block; border-bottom: 2px solid #fff; border-left: 2px solid #fff; right: 0px; }
.BaMask p .leftcircle { display:block; border-top: 2px solid #fff; border-right: 2px solid #fff; left: 0px; }
.BaMask p .wrapper_con { display:block; width: 30px; height: 60px; position: absolute; top: -2px; overflow: hidden; display: none; }
.BaMask p .rightcircle { -webkit-animation: circleProgressLoad_right 3s linear infinite; animation: circleProgressLoad_right 3s linear infinite; }
.BaMask p .leftcircle { -webkit-animation: circleProgressLoad_left 3s linear infinite; animation: circleProgressLoad_left 3s linear infinite; }
.BaMask p .wrapper_con { display: block; }

.BaText {width:50%;overflow:hidden;margin:-140px 0 0;padding:0;position:absolute;left:8%;top:50%;z-index:2;display:none!important;}
.BaText span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:24px; font-weight:bold; margin:0 auto; padding:0;}
.BaText h6 { width:100%; overflow:hidden; line-height:52px; color:#fff; font-size:48px; font-weight:bold; margin:30px auto 20px; padding:0;}
.BaText p { width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:20px; margin:0 auto; padding:0;}
.BaText a { display:block; width:180px; height:52px; overflow:hidden; line-height:50px; color:#fff; font-size:16px; text-align:center; margin:60px 0 0; padding:0; border:1px solid #fff; border-radius:26px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.BaText a img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:0 0 0 8px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.BaText a:hover { background-color:#035fa3; border:1px solid #035fa3;}
.BaText a:hover img { margin:0 0 0 18px;}

.BaPro { position:absolute; bottom:40px; right:8%; z-index:11;}
.BaPro dl dd { width:240px; height:auto; overflow:hidden; margin:0 auto 20px; padding:10px 10px; border-radius:6px; background-color:rgba(0,0,0,0.1); border:1px solid rgba(255,255,255,0.6); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.BaPro dl dd:nth-child(3) { margin:0 auto;}
.BaPro dl dd:hover { background-color:#035fa3; border:1px solid #035fa3;}
.BaPro dl dd a.BaPro_Img { display:block; width:64px; height:52px; overflow:hidden; margin:0 10px 0 0; padding:0; background-color:#fff; border-radius:4px; position:relative; float:left;}
.BaPro dl dd a.BaPro_Img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.BaPro dl dd a.BaPro_Name { display:block; width:auto; height:auto; max-height:22px; overflow:hidden; line-height:22px; color:#fff; font-size:16px; font-weight:500; word-break:break-all; margin:4px auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.BaPro dl dd a.BaPro_More { display:inline-block; height:20px; overflow:hidden; line-height:20px; color:#fff; font-size:14px; margin:0; padding:0;}
.BaPro dl dd a.BaPro_More img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:0 0 0 8px; padding:0;}

@media (max-width:1680px) {
	.BaText { left:5%;}
	.BaPro { right:5%;}	
	
	
	.lyIdx_Banner .swiper-container0 .swiper-pagination { width:90%; left:5%;}
}
@media (max-width:1600px) {
	.BaPro dl dd { margin:0 auto 15px;}
}
@media (max-width:1560px) {

}
@media (max-width:1440px) {
	.lyIdx_Banner .swiper-container0 .swiper-pagination { height:50px; bottom:40px!important;}
	.lyIdx_Banner .swiper-container0 .swiper-pagination .swiper-pagination-bullet { width:46px; height:46px; line-height:46px; font-size:16px;}
	.f-14 { height:46px; line-height:46px; font-size:16px;}
	
	.lyIdx_Banner .swiper-pagination .circleProgress { width: 46px; height: 46px;}
	.lyIdx_Banner .swiper-pagination .wrapper_con { width: 25px; height: 50px;}

	.BaText { margin:-112px 0 0;}
	.BaText h6 { font-size:40px; margin:10px auto 15px;}
	.BaText a { width:160px; height:46px; line-height:44px; font-size:14px; margin:30px 0 0;}

	.BaPro dl dd { margin:0 auto 10px;}
	.BaPro dl dd a.BaPro_Name { max-height:44px; line-height:22px; font-size:16px; margin:0 auto 10px;}
	
	.BaMask i { right:3px;}
	.BaMask i.dot01 { margin:0 0 80px;}
	.BaMask i.dot02 { margin:80px 0 0;}
	.BaMask p { width:46px; height:46px; margin:-25px 0 0; right:-24px;}
	.BaMask p em { margin:19px auto;}
	.BaMask p .circleProgress { width: 46px; height: 46px;}
	.BaMask p .wrapper_con { width: 25px; height: 50px;}
}
@media (max-width:1366px) {
	.BaText { margin:-100px 0 0;}
	.BaText span { font-size:22px;}
	.BaText h6 { line-height:40px; font-size:32px; margin:10px auto 15px;}
	.BaText p { font-size:18px;}
	
	.lyIdx_Banner .swiper-container0 .swiper-button-prev1, .lyIdx_Banner .swiper-container0 .swiper-button-next1 { width:30px!important; height:60px!important; margin-top:-30px!important;}
	.lyIdx_Banner .swiper-container0 .swiper-button-prev1 { background:url(../images/arrow01.png) center center no-repeat; background-size:30px 60px; left:0;}
	.lyIdx_Banner .swiper-container0 .swiper-button-next1 { background:url(../images/arrow02.png) center center no-repeat; background-size:30px 60px; right:0;}
	.lyIdx_Banner .swiper-container0 .swiper-button-prev1:hover { background:url(../images/arrow03.png) center center no-repeat; background-size:30px 60px;}
	.lyIdx_Banner .swiper-container0 .swiper-button-next1:hover { background:url(../images/arrow04.png) center center no-repeat; background-size:30px 60px;}
}
@media (max-width:1280px) {
	.BaText { margin:-90px 0 0;}

	.BaText h6 { line-height:34px; font-size:30px; margin:10px auto 12px;}
	.BaText a { width:150px; height:42px; line-height:40px; margin:20px 0 0;}
	
	.BaPro dl dd a.BaPro_Name { max-height:20px; line-height:20px; font-size:15px;}
}
@media (max-width:1200px) {
	.lyIdx_Banner .swiper-container0 .swiper-pagination { width:94%; left:3%;}
	.lyIdx_Banner .swiper-container0 .swiper-pagination { height:44px; bottom:40px!important;}
	.lyIdx_Banner .swiper-container0 .swiper-pagination .swiper-pagination-bullet { width:40px; height:40px; line-height:40px; font-size:16px; margin:0 10px 0 0;}
	.f-14 { height:40px; line-height:40px; font-size:16px;}
	
	.lyIdx_Banner .swiper-pagination .circleProgress { width: 40px; height: 40px;}
	.lyIdx_Banner .swiper-pagination .wrapper_con { width: 22px; height: 44px;}
	
	.BaText { left:3%;}
	.BaPro { right:3%;}
	.BaPro dl dd { width:220px;}
	
	.BaMask i { right:2px;}
	.BaMask i.dot01 { margin:0 0 70px;}
	.BaMask i.dot02 { margin:70px 0 0;}
	.BaMask p { width:40px; height:40px; margin:-22px 0 0; right:-22px;}
	.BaMask p em { margin:16px auto;}
	.BaMask p .circleProgress { width: 40px; height: 40px;}
	.BaMask p .wrapper_con { width: 22px; height: 44px;}
}
@media (max-width:1080px) {
	.lyIdx_Banner .swiper-container0 .swiper-pagination { height:40px; bottom:40px!important;}
	.lyIdx_Banner .swiper-container0 .swiper-pagination .swiper-pagination-bullet { width:36px; height:36px; line-height:36px; font-size:14px; margin:0 10px 0 0;}
	.f-14 { height:36px; line-height:36px; font-size:14px;}
	
	.lyIdx_Banner .swiper-pagination .circleProgress { width: 36px; height: 36px;}
	.lyIdx_Banner .swiper-pagination .wrapper_con { width: 20px; height: 40px;}
	
	.BaText { margin:-87px 0 0;}
	.BaText span { font-size:20px;}
	.BaText h6 { line-height:32px; font-size:28px; margin:10px auto 12px;}
	.BaText a { width:150px; height:40px; line-height:38px; margin:20px 0 0;}
	.BaText p { font-size:16px;}
	
	.BaPro dl dd { margin:0 auto 10px; padding:10px;}
	.BaPro dl dd a.BaPro_Name { font-size:14px;}
	
	.BaMask i { right:1px;}
	.BaMask i.dot01 { margin:0 0 60px;}
	.BaMask i.dot02 { margin:60px 0 0;}
	.BaMask p { width:36px; height:36px; margin:-20px 0 0; right:-20px;}
	.BaMask p em { margin:14px auto;}
	.BaMask p .circleProgress { width: 36px; height: 36px;}
	.BaMask p .wrapper_con { width: 20px; height: 40px;}
	
}
@media (max-width:1024px) {
	
}
@media (max-width:800px) {	
	.lyIdx_Banner .swiper-container0 .swiper-pagination { bottom:20px!important;}
	.lyIdx_Banner .swiper-container0 .swiper-button-prev1, .lyIdx_Banner .swiper-container0 .swiper-button-next1 { display:none;}
	
	.BaText { margin:-50px 0 0;}
	.BaText span { line-height:20px; font-size:18px;}
	.BaText h6 { line-height:30px; font-size:24px; margin:5px auto;}
	.BaText p { font-size:15px;}
	.BaText a { width:110px; height:32px; line-height:30px; font-size:12px; margin:10px 0 0;}
	
	.BaPro { bottom:20px;}
	.BaPro dl dd { padding:6px 10px;}
	.BaPro dl dd a.BaPro_Name { margin:0 auto 6px;}
	.BaPro dl dd a.BaPro_More { font-size:12px;}
	
}
@media (max-width:767px) {
	.lyIdx_Banner { padding:65px 0 0; background-color:#035fa3;}
	.lyIdx_Banner .swiper-container0 .swiper-pagination { height:30px; bottom:12px!important; text-align:right;}
	.lyIdx_Banner .swiper-container0 .swiper-pagination .swiper-pagination-bullet { width:26px; height:26px; line-height:26px; font-size:12px; margin:0 0 0 6px;}
	.f-14 { height:26px; line-height:26px; font-size:12px;}
	.lyIdx_Banner .swiper-container0 .swiper-slide img.BaImg { width:120%;}
	
	.lyIdx_Banner .swiper-pagination .circleProgress { width: 26px; height: 26px;}
	.lyIdx_Banner .swiper-pagination .wrapper_con { width: 15px; height: 30px;}
	
	.BaText { width:94%; margin:-37px 0 0;}
	.BaText span { font-size:14px;}
	.BaText h6 { line-height:24px; font-size:18px;}
	.BaText p { line-height:20px; font-size:14px;}
	.BaText a { display:none;}
	.BaPro { display:none;}
	
	.BaMask i { width:6px; height:6px; right:3px;}
	.BaMask i.dot01 { margin:0 0 44px;}
	.BaMask i.dot02 { margin:44px 0 0;}
	.BaMask p { width:28px; height:28px; margin:-16px 0 0; right:-16px;}
	.BaMask p em { width:6px; height:6px; margin:11px auto;}
	.BaMask p .circleProgress { width: 28px; height: 28px;}
	.BaMask p .wrapper_con { width: 16px; height: 32px;}
}
@media (max-width:375px) {
	.BaMask i { width:6px; height:6px; right:4px;}
	.BaMask i.dot01 { margin:0 0 44px;}
	.BaMask i.dot02 { margin:44px 0 0;}
}
@media (max-width:320px) {
	.BaMask i { width:6px; height:6px; right:4px;}
	.BaMask i.dot01 { margin:0 0 40px;}
	.BaMask i.dot02 { margin:40px 0 0;}
}
/*lyIdx_Banner 结束*/




.vmore {
    display: inline-block;
    width: 256px;
    height: 48px;
    border: 1px solid #0072e4;
    position: relative;
    transition: .6s;
    padding: 0 18px;
    line-height: 48px;
    letter-spacing: 2px
}

.vmore .arr {
    background: url(../images/arr.png) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: .6s
}

.vmore.hover,.vmore:hover {
    background-color: #0072e4;
    color: #fff;
    transform: translateX(4px)
}

.vmore.hover .arr,.vmore:hover .arr {
    background-image: url('../images/arr_f.png')
}

.vmore.center {
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 480px) {
    .vmore {
        width:200px;
        height: 42px;
        line-height: 42px
    }

    .vmore .arr {
        width: 10px;
        height: 10px
    }
}



/*首页*/
.index-about {width: 100%; padding: 100px 0; overflow: hidden;}
.index-about .con-box {}
.index-about .con-box .info {}
.index-about .con-box .info .t-1 {font-size: 45px; color: #000; margin-bottom: 15px;}
.index-about .con-box .info .t-2 {font-size: 19px; color: #000; margin-bottom: 42px;}
.index-about .con-box .info .t-3 {line-height: 27px; font-size: 16px; color: #484747;}
.index-about .con-box .numCount {margin: 60px 0 56px 0;}
.index-about .con-box .numCount li {float: left; width: 24%; text-align: center;}
.index-about .con-box .numCount li .item{ margin: 0 10px;}
.index-about .con-box .numCount li .item .indt {font-size: 16px; color: #000;}
.index-about .con-box .numCount li .item .indc {color: #444;font-size: 15px;}
.index-about .con-box .numCount li .numU{ line-height:1.3;}
.index-about .con-box .numCount li .numCX{ font-size:44px; font-weight: bold;color:#004694; }

.index-about .con-box .numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.index-about .con-box .numCount li .numU em {font-size:16px; color:#004694; }
@media (max-width:800px){
	.index-about .con-box .numCount li .numCX{ font-size:24px; }
}
@media (max-width:640px){
	.index-about .con-box .numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.index-about .con-box .numCount{ font-size:0.5vw;}
}


.index-about .pic {overflow: hidden;}
.index-about .pic img {float: right;}
@media (max-width: 992px) {
    .index-about {padding: 40px 0;}
	.index-about .con-box .info .t-1 {font-size:28px; margin-bottom:10px;}
    .index-about .con-box .info .t-2 {font-size:14px; margin-bottom:20px;}

    .index-about .con-box .info .t-3 {line-height: 27px; font-size: 14px;}
	.index-about .pic img { margin-top: 20px; float: none; width: 100%;}
	.index-about .con-box .numCount {margin: 30px 0 20px 0;}
	.index-about .con-box .numCount li {width: 50%; margin-bottom: 15px;}
	.index-about .con-box .numCount li .item .txt {font-size: 18px;  margin: 10px 0;}
	.index-about .con-box .numCount li .numU{text-align: center;}
	.index-about .con-box .numCount li .item .indc {text-align: center;}
}

/*lyIdx_Products 开始*/
.lyIdx_Products { width:100%; height: 802px;  overflow:hidden; margin:0 auto; padding:39px 0; background:url(../images/Probg.jpg) center center no-repeat; background-size:1920px 802px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdx_Products .lyIdxPro_Main { width:84%; height:100%; margin:0 auto; padding:0; position:relative;}
.lyIdxPro_Main .lyIdxPro_Menu { width:auto; height:100%; margin:0 0 0 26%; padding:0; float:left;}
.lyIdxPro_Menu ul { height:100%;}
.lyIdxPro_Menu ul li { height:10%; overflow:hidden; margin:0; padding:5px 0; cursor:pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_Menu ul li:nth-child(1) { margin:0 0 0 0;}
.lyIdxPro_Menu ul li:nth-child(2) { margin:0 0 0 57px;}
.lyIdxPro_Menu ul li:nth-child(3) { margin:0 0 0 97px;}
.lyIdxPro_Menu ul li:nth-child(4) { margin:0 0 0 125px;}
.lyIdxPro_Menu ul li:nth-child(5) { margin:0 0 0 142px;}
.lyIdxPro_Menu ul li:nth-child(6) { margin:0 0 0 146px;}
.lyIdxPro_Menu ul li:nth-child(7) { margin:0 0 0 140px;}
.lyIdxPro_Menu ul li:nth-child(8) { margin:0 0 0 122px;}
.lyIdxPro_Menu ul li:nth-child(9) { margin:0 0 0 95px;}
.lyIdxPro_Menu ul li:nth-child(10) { margin:0 0 0 56px;}
.lyIdxPro_Menu ul li .ProMenu_Tit { height:100%; overflow:hidden; line-height:300%; color:rgba(255,255,255,0.65); font-size:18px; font-weight:bold; margin:0; padding:0 0 0 70px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxPro_Menu ul li .ProMenu_Tit p { width:50px; height:50px; margin:-30px 0 0; padding:0; border:2px solid rgba(255,255,255,0); border-radius:50%; position:absolute; left:0; top:50%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxPro_Menu ul li .ProMenu_Tit p em { display:block; width:8px; height:8px; margin:20px auto; padding:0; background-color:#fff; border-radius:50%;}
.lyIdxPro_Menu ul li .ProMenu_Tit font { display:inline-block; margin:0 10px 0 0; float:left;}
.lyIdxPro_Menu ul li .ProMenu_Tit i { display:none; width:114px; height:6px; overflow:hidden; margin:6px 0 0; padding:0; background:url(../images/proline.png) 0 0 no-repeat; background-size:100% 100%; position:absolute; left:70px; top:50%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit, .lyIdxPro_Menu ul li:hover .ProMenu_Tit { color:#fff; font-size:20px;}
.lyIdxPro_Menu ul li .ProMenu_Tit a{ color:rgba(255,255,255,0.6);  }
.lyIdxPro_Menu ul li .ProMenu_Tit a:hover{color:#fff}
.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit a {color: #fff}
.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit p, .lyIdxPro_Menu ul li:hover .ProMenu_Tit p { border:2px solid rgba(255,255,255,0.2);}
.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit i, .lyIdxPro_Menu ul li:hover .ProMenu_Tit i { display:none;}

.lyIdxPro_Menu ul li .ProMenu_Tit p .right { right: -2px; }
.lyIdxPro_Menu ul li .ProMenu_Tit p .left { left: -2px; }
.lyIdxPro_Menu ul li .ProMenu_Tit p .circleProgress { display:block; width: 50px; height: 50px; border: 2px solid transparent; border-radius: 50%; position: absolute; top: 0px; -webkit-transform: rotate(-135deg); }
.lyIdxPro_Menu ul li .ProMenu_Tit p .rightcircle { display:block; border-bottom: 2px solid #fff; border-left: 2px solid #fff; right: 0px; }
.lyIdxPro_Menu ul li .ProMenu_Tit p .leftcircle { display:block; border-top: 2px solid #fff; border-right: 2px solid #fff; left: 0px; }
.lyIdxPro_Menu ul li .ProMenu_Tit p .wrapper_con { display:block; width: 30px; height: 60px; position: absolute; top: -2px; overflow: hidden; display: none; }
.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit p .rightcircle { -webkit-animation: circleProgressLoad_right 3s linear infinite; animation: circleProgressLoad_right 3s linear infinite; }
.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit p .leftcircle { -webkit-animation: circleProgressLoad_left 3s linear infinite; animation: circleProgressLoad_left 3s linear infinite; }
.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit p .wrapper_con { display: block; }

.lyIdxPro_Main .lyIdxPro_Right { width:38%; overflow:hidden; margin:0; padding:0; float:right;}
.lyIdxPro_Main .lyIdxPro_Right .tit {width:100%; overflow:hidden; margin:20px auto; padding:0;}
.lyIdxPro_Main .lyIdxPro_Right .tit h2 {font-size: 45px; color: #fff; margin-bottom: 12px;}
.lyIdxPro_Main .lyIdxPro_Right .tit span {display:block; width:100%; overflow:hidden; line-height:26px; color:rgba(255,255,255,0.4); font-size:16px; text-align:justify; }

.lyIdxPro_Right .ProMenu_Tab { width:100%; overflow:hidden; margin:60px auto 0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ProMenu_Tab .pic {margin-bottom: 60px; overflow: hidden;}
.ProMenu_Tab .pic img {}


.ProMenu_More a { display:inline-block; width:auto; height:50px; overflow:hidden; line-height:48px; color:#fff; font-size:14px; font-weight:bold; text-align:center; margin:0; padding:0 20px; border:1px solid rgba(255,255,255,0.4); border-radius:25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ProMenu_More a img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:0 0 0 8px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ProMenu_More a:hover {}
.ProMenu_More a:hover img { margin:0 0 0 18px;}

@media (max-width:1680px) {
	.lyIdx_Products { height:780px; background-size:1683px 780px;}
	.lyIdx_Products .lyIdxPro_Main { width:90%;}
	.lyIdxPro_Menu ul li { padding:0px 0;}
	.lyIdxPro_Menu ul li:nth-child(1) { margin:0 0 0 0;}
    .lyIdxPro_Menu ul li:nth-child(2) { margin:0 0 0 57px;}
    .lyIdxPro_Menu ul li:nth-child(3) { margin:0 0 0 97px;}
    .lyIdxPro_Menu ul li:nth-child(4) { margin:0 0 0 125px;}
    .lyIdxPro_Menu ul li:nth-child(5) { margin:0 0 0 142px;}
    .lyIdxPro_Menu ul li:nth-child(6) { margin:0 0 0 146px;}
    .lyIdxPro_Menu ul li:nth-child(7) { margin:0 0 0 140px;}
    .lyIdxPro_Menu ul li:nth-child(8) { margin:0 0 0 122px;}
    .lyIdxPro_Menu ul li:nth-child(9) { margin:0 0 0 95px;}
    .lyIdxPro_Menu ul li:nth-child(10) { margin:0 0 0 56px;}

	.lyIdxPro_Main .lyIdxPro_Right { width:40%;}
	.lyIdxPro_Right .ProMenu_Tab { margin:40px auto 0;}
	.ProMenu_Tab .ProMenu_Con { margin:0 auto 40px;}
}
@media (max-width:1600px) {
	.lyIdxPro_Main .lyIdxPro_Menu { margin:0 0 0 33.2%;}
	.ProMenu_Tab .ProMenu_Con { padding:40px;}
	
}
@media (max-width:1560px) {
	.lyIdx_Products { height:740px; background-size:1596px 740px; padding:60px 0;}
}

@media (max-width:1440px) {
	.lyIdx_Products { height:700px; background-size:1510px 700px; padding:60px 0;}
	.lyIdxPro_Main .lyIdxPro_Menu { margin:0 0 0 26%;}	
	.lyIdxPro_Menu ul li { padding:0 0;}
	.lyIdxPro_Menu ul li .ProMenu_Tit { padding:0 0 0 60px; font-size:18px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p { width:46px; height:46px; margin:-25px 0 0;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p em { margin:19px auto;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p .circleProgress { width: 46px; height: 46px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p .wrapper_con { width: 25px; height: 50px;}
	.lyIdxPro_Menu ul li:nth-child(1) { margin:0 0 0 20px;}
    .lyIdxPro_Menu ul li:nth-child(2) { margin:0 0 0 57px;}
    .lyIdxPro_Menu ul li:nth-child(3) { margin:0 0 0 85px;}
    .lyIdxPro_Menu ul li:nth-child(4) { margin:0 0 0 103px;}
    .lyIdxPro_Menu ul li:nth-child(5) { margin:0 0 0 115px;}
    .lyIdxPro_Menu ul li:nth-child(6) { margin:0 0 0 118px;}
    .lyIdxPro_Menu ul li:nth-child(7) { margin:0 0 0 114px;}
    .lyIdxPro_Menu ul li:nth-child(8) { margin:0 0 0 102px;}
    .lyIdxPro_Menu ul li:nth-child(9) { margin:0 0 0 83px;}
    .lyIdxPro_Menu ul li:nth-child(10) { margin:0 0 0 56px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit i { width:104px; left:60px;}
	.ProMenu_Tab .ProMenu_Con { padding:24px 40px;}
	.ProMenu_Name a { font-size:26px;}
	.ProMenuCon_Fl dl { max-height:128px;}
	.ProMenuCon_Fl dl dd a { height:32px; line-height:32px; font-size:14px;}
	.ProMenu_More a { height:46px; line-height:44px;}
}

@media (max-width:1366px) {
	.lyIdx_Products { height:620px; background-size:1368px 620px; padding:60px 0;}
	.lyIdxPro_Main .lyIdxPro_Menu {margin: 0 0 0 29%;}
	.lyIdxPro_Main .lyIdxPro_Right .tit p {font-size: 38px;}
	.lyIdxPro_Main .lyIdxPro_Right .tit span {font-size: 14px;}
	.lyIdxPro_Menu ul li { padding:0 0;}
	.lyIdxPro_Menu ul li:nth-child(1) { margin:0 0 0 0;}
    .lyIdxPro_Menu ul li:nth-child(2) { margin:0 0 0 30px;}
    .lyIdxPro_Menu ul li:nth-child(3) { margin:0 0 0 53px;}
    .lyIdxPro_Menu ul li:nth-child(4) { margin:0 0 0 70px;}
    .lyIdxPro_Menu ul li:nth-child(5) { margin:0 0 0 79px;}
    .lyIdxPro_Menu ul li:nth-child(6) { margin:0 0 0 82px;}
    .lyIdxPro_Menu ul li:nth-child(7) { margin:0 0 0 78px;}
    .lyIdxPro_Menu ul li:nth-child(8) { margin:0 0 0 68px;}
    .lyIdxPro_Menu ul li:nth-child(9) { margin:0 0 0 52px;}
    .lyIdxPro_Menu ul li:nth-child(10) { margin:0 0 0 29px;}
	.ProMenu_Tab .pic {margin-bottom: 20px;}
	.ProMenu_Tab .ProMenu_Con { margin:0 auto 30px; padding:20px 30px;}
	.ProMenu_Name a { line-height:32px; font-size:24px;}
}

 @media (max-width:1280px) {
	.lyIdx_Products { height:580px; background-size:1280px 580px; padding:50px 0;}
	.lyIdxPro_Main .lyIdxPro_Menu {margin: 0 0 0 27%;}
	.lyIdxPro_Menu ul li { padding:0 0;}
	.lyIdxPro_Menu ul li:nth-child(1) { margin:0 0 0 17px;}
    .lyIdxPro_Menu ul li:nth-child(2) { margin:0 0 0 47px;}
    .lyIdxPro_Menu ul li:nth-child(3) { margin:0 0 0 71px;}
    .lyIdxPro_Menu ul li:nth-child(4) { margin:0 0 0 87px;}
    .lyIdxPro_Menu ul li:nth-child(5) { margin:0 0 0 95px;}
    .lyIdxPro_Menu ul li:nth-child(6) { margin:0 0 0 98px;}
    .lyIdxPro_Menu ul li:nth-child(7) { margin:0 0 0 95px;}
    .lyIdxPro_Menu ul li:nth-child(8) { margin:0 0 0 84px;}
    .lyIdxPro_Menu ul li:nth-child(9) { margin:0 0 0 68px;}
    .lyIdxPro_Menu ul li:nth-child(10) { margin:0 0 0 45px;}
	.lyIdxPro_Main .lyIdxPro_Right { width:40%;}
	.lyIdxPro_Right .ProMenu_Tab { margin:20px auto 0;}
	.ProMenu_Tab .ProMenu_Con { margin:0 auto 30px; padding:16px 20px;}
	.ProMenu_Con .ProMenuCon_Fl { padding:0 20px 0 0;}
	.ProMenu_Name a { line-height:30px; font-size:22px;}
	.ProMenuCon_Fl dl dd a { height:30px; line-height:30px;}
	.ProMenu_More a { height:40px; line-height:38px;}
}
 
@media (max-width:1200px) {
	.lyIdx_Products { height:544px; background-size:1200px 544px; padding:40px 0;}
	.lyIdx_Products .lyIdxPro_Main { width:94%;}
	.ProMenu_Name a { font-size:20px;}
	.lyIdxPro_Main .lyIdxPro_Menu { margin:0 0 0 33.4%;}
	.lyIdxPro_Menu ul li .ProMenu_Tit { padding:0 0 0 50px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p { width:40px; height:40px; margin:-22px 0 0;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p em { margin:16px auto;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p .circleProgress { width: 40px; height: 40px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p .wrapper_con { width: 22px; height: 44px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit i { left:50px;}
}
@media (max-width:1080px) {
	.lyIdx_Products { height:490px; background-size:1081px 490px; padding:40px 0;}
	.lyIdxPro_Menu ul li { padding:10px 0;}
    .lyIdxPro_Menu ul li:nth-child(1) { margin:0 0 0 0;}
    .lyIdxPro_Menu ul li:nth-child(2) { margin:0 0 0 57px;}
    .lyIdxPro_Menu ul li:nth-child(3) { margin:0 0 0 97px;}
    .lyIdxPro_Menu ul li:nth-child(4) { margin:0 0 0 125px;}
    .lyIdxPro_Menu ul li:nth-child(5) { margin:0 0 0 142px;}
    .lyIdxPro_Menu ul li:nth-child(6) { margin:0 0 0 146px;}
    .lyIdxPro_Menu ul li:nth-child(7) { margin:0 0 0 140px;}
    .lyIdxPro_Menu ul li:nth-child(8) { margin:0 0 0 122px;}
    .lyIdxPro_Menu ul li:nth-child(9) { margin:0 0 0 95px;}
    .lyIdxPro_Menu ul li:nth-child(10) { margin:0 0 0 56px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit { font-size:16px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p { width:36px; height:36px; margin:-20px 0 0;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p em { margin:14px auto;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p .circleProgress { width: 36px; height: 36px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p .wrapper_con { width: 20px; height: 40px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit i { width:94px;}
	
	
	.ProMenuCon_Fl .ProMenu_Name { margin:0 auto 5px;}
	.ProMenu_Name a { font-size:18px;}
	.ProMenuCon_Fl dl dd a { height:28px; line-height:28px; font-weight:normal;}
	.ProMenu_Con .ProMenuCon_Fr i.ProIco { width:80px; height:80px;}
	.ProMenu_More a { height:40px; line-height:38px;}
}
@media (max-width:1024px) {
	.lyIdx_Products { height:464px; background-size:1024px 464px; padding:40px 0;}
	.lyIdxPro_Main .lyIdxPro_Menu { margin:0 0 0 33.1%;}
	.lyIdxPro_Menu ul li { padding:8px 0;}
}
@media (max-width: 992px) {
	.lyIdxPro_Main .lyIdxPro_Right .tit h2 {font-size: 22px;}
	.lyIdxPro_Main .lyIdxPro_Right .tit span {font-size: 14px;}
	.ProMenu_Tab .pic {margin-bottom: 30px;}
}
@media (max-width:800px) {
	.lyIdx_Products { height:auto; background:#035fa3 url(../images/Probg-mobile.jpg) top center no-repeat;  padding:20px 0 120px; position:relative;}
	.lyIdx_Products .lyIdxPro_Main { position:inherit;}
	.lyIdxPro_Main .lyIdxPro_Menu { width:100%; height:auto; margin:0; float:inherit; position:absolute; left:0; bottom:-102px;}
	.lyIdxPro_Menu ul li { width:33.333333%; height:32px; line-height:32px; margin:4px 0!important; padding:0; float:left;}
	.lyIdxPro_Menu ul li .ProMenu_Tit { height:32px; line-height:32px; font-size:12px; padding:0 0 0 40px;} 
	.lyIdxPro_Menu ul li .ProMenu_Tit p { width:28px; height:28px; margin:-16px 0 0;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p em { width:6px; height:6px; margin:11px auto;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p .circleProgress { width: 28px; height: 28px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit p .wrapper_con { width: 16px; height: 32px;}
	.lyIdxPro_Menu ul li .ProMenu_Tit i { width:84px; height:4px; margin:6px 0 0; left:40px;}
	.lyIdxPro_Main .lyIdxPro_Right { width:54%;}
	.ProMenu_Tab .ProMenu_Con { min-height:165px; margin:0 auto 20px; padding:20px; position:relative;}
	.ProMenu_Name a { font-size:22px;}
	.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit, .lyIdxPro_Menu ul li:hover .ProMenu_Tit { font-size:18px;}

}
@media (max-width:767px) {
	.lyIdx_Products { height:auto;  background:#035fa3 url(../images/Probg-mobile.jpg) top center no-repeat;  padding:0 0 20px;}
	.lyIdxPro_Main .lyIdxPro_Menu { width:50%; height:210px; margin:0 0 0 50%; padding:20px 0; position:inherit; left:inherit; bottom:inherit; float:left;}
	.lyIdxPro_Menu ul li { width:100%; margin:3px 0!important; padding:0; float:inherit;}
	.lyIdxPro_Menu ul li:nth-child(1) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(2) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(3) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(4) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(5) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(6) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(7) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(8) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(9) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(10) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li .ProMenu_Tit { height:33px; line-height:33px; font-size:14px; padding:0 0 0 40px;} 
	.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit, .lyIdxPro_Menu ul li:hover .ProMenu_Tit { font-size:15px;}
	
	.lyIdxPro_Main .lyIdxPro_Right { width:100%; margin:0 auto; padding:20px 0 0; float:inherit;}
	.lyIdxPro_Right .ProMenu_Tab { margin:20px auto 0;}
	.ProMenu_Con .ProMenuCon_Fr i.ProIco { width:72px; height:72px;}
	.ProMenu_Tab .ProMenu_Con { min-height:inherit;}
	.ProMenu_Name a { font-size:20px;}
	
	.ProMenu_More a { height:34px; line-height:32px; font-size:12px; padding:0 15px;}
}
@media (max-width:540px) {
	.lyIdxPro_Main .lyIdxPro_Menu { height:500px; margin:0 0 0 50%; padding:42px 0;}
	.lyIdxPro_Menu ul li { width:100%; margin:10px 0!important; padding:0; float:inherit;}
	.lyIdxPro_Menu ul li:nth-child(1) { margin:10px 0 10px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(2) { margin:10px 0 10px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(3) { margin:10px 0 10px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(4) { margin:10px 0 10px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(5) { margin:10px 0 10px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(6) { margin:10px 0 10px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(7) { margin:10px 0 10px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(8) { margin:10px 0 10px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(9) { margin:10px 0 10px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(10) { margin:10px 0 10px 0!important;}
}
@media (max-width:414px) {
	.lyIdxPro_Main .lyIdxPro_Menu { width:50%;  margin:0 0 0 50%; padding:20px 0; position:inherit; left:inherit; bottom:inherit; float:left;}
	.lyIdxPro_Menu ul li { width:100%; margin:3px 0!important; padding:0; float:inherit;}
	.lyIdxPro_Menu ul li:nth-child(1) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(2) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(3) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(4) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(5) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(6) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(7) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(8) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(9) { margin:3px 0 3px 0!important;}
	.lyIdxPro_Menu ul li:nth-child(10) { margin:3px 0 3px 0!important;}
}
@media (max-width:375px) {
	.lyIdx_Products { background-size:144%;}
	.lyIdxPro_Main .lyIdxPro_Menu { margin:0 0 0 50%;}
}
@media (max-width:320px) {
	.lyIdx_Products { background-size:142%;}
	.lyIdxPro_Main .lyIdxPro_Menu { margin:0 0 0 48%; padding:0;}
	.ProMenuCon_Fl dl { max-height:inherit;}
	.ProMenuCon_Fl dl dd { width:50%;}
	.lyIdxPro_Menu ul li.ProActive .ProMenu_Tit, .lyIdxPro_Menu ul li:hover .ProMenu_Tit { font-size:14px;}
	
}
/*lyIdx_Products 结束*/

.index-pro-2 {padding:100px 0; background: #f0f5f8; overflow: hidden;}
.index-pro-2 .bottom50 {width: 100%; height: 50px;}
.index-pro-2 .swiper-pagination-bullet-active { background: #565656!important;}
.index-pro-2 .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #919191; opacity:1!important;}
.index-pro-2 .swiper-container1 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.index-pro-2 .swiper-container1 .swiper-slide {}
.index-pro-2 .swiper-container1 .pro-2vmore {
    display: inline-block;
    width: 100%;
    height: 48px;
    border: 1px solid #0072e4;
    position: relative;
    transition: .6s;
    line-height: 48px;
    text-align: center;
}

.index-pro-2 .swiper-container1 .pro-2vmore .arr {
    background: url(../images/arr.png) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: .6s
}

.index-pro-2 .swiper-container1 .pro-2vmore.hover,.index-pro-2 .swiper-container1 .pro-2vmore:hover {
    background-color: #0072e4;
    color: #fff;
    transform: translateX(4px)
}

.index-pro-2 .swiper-container1 .pro-2vmore.hover .arr,.index-pro-2 .swiper-container1 .pro-2vmore:hover .arr {
    background-image: url('../images/arr_f.png')

}



.index-pro-2 .swiper-container1 .pro-2vmore.center {
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.index-pro-2 .swiper-container2 {padding-top: 44px; }

.index-pro-2 .swiper-container2 .pro_Con { width:100%; height:240px; overflow:hidden; margin:0 auto; padding:20px; background-color:#fff; border-radius:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}

.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Img { width:50%; height:200px; overflow:hidden; margin:0; padding:0; float:left;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Img a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con:hover .Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Text { width:50%; overflow:hidden; margin:0; padding:10px 0 10px 20px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Text .Time { width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:0 auto; padding:0;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Text .Time i { display:block; width:20px; height:20px; margin:5px 5px 5px 0; padding:0; background:url(../images/time03.png) center center no-repeat; background-size:20px 20px; float:left;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Text .Time span { display:inline-block; width:auto; height:24px; line-height:24px; color:#035fa3; font-size:14px; vertical-align:middle; background-color:rgba(3,95,163,0.1); margin:-2px 0 0 10px; padding:0 10px; border-radius:12px;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Text a.Name { display:block; width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-size:20px; font-weight:bold; text-overflow:ellipsis; white-space:nowrap; margin:10px auto; padding:0;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Text p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#888; font-size:16px; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Text a.More { display:inline-block; width:auto; height:40px; line-height:40px; color:#fff; font-size:14px; margin:20px 0 0; padding:0 20px; background-color:#035fa3; border-radius:20px;}
.index-pro-2 .swiper-container2 .swiper-slide .pro_Con .Text a.More i { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 0 0 8px; padding:0; background:url(../images/jt0.png) center center no-repeat; background-size:20px 20px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}


@media (max-width: 992px) {
	.index-pro-2 {padding: 40px 0;}
    .index-pro-2 .swiper-container1 .pro-2vmore {height: 42px; line-height: 42px}
    .index-pro-2 .swiper-container1 .pro-2vmore .arr {display: none;}
	.index-pro-2 .swiper-container2 {padding-top: 30px; }
}


/*nyAbout_Part2 开始*/
.nyAbout_Part2 { width:100%; height:auto; overflow:hidden; padding:110px 0 97px 0; background:url(../images/AboutBg02.jpg) center center no-repeat; background-size:cover;}
.nyAbout_Part2 .nyAboutP2_Main {overflow:hidden;}
.nyAbout_Part2 .nyAboutP2_Main .txt {text-align: center; color: #fff; margin-bottom: 140px;}
.nyAbout_Part2 .nyAboutP2_Main .txt .t-1 {font-size: 45px; line-height: 56px;}
.nyAbout_Part2 .nyAboutP2_Main .txt .t-2 {font-size: 19px; margin-top: 12px;}
.nyAbout_Part2 .nyAboutP2_Main .txt .t-3 {font-size: 18px; line-height: 32px; margin-top: 82px;}
.nyAbout_Part2 .nyAboutP2_Main .txt .t-3 .item{display: none;}
.nyAbout_Part2 .nyAboutP2_Main .txt .t-3 .item:first-child{display: block;}
.nyAboutP2_Main .nyAdvantage { width:100%; overflow:hidden; margin:0 auto; padding:10px 0;}
.nyAdvantage ul li { width:19.2%; height:120px; overflow:hidden; margin:0 1% 0 0; padding:20px; background-color:rgba(255,255,255,0.9); float:left; cursor:pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyAdvantage ul li:hover, .nyAdvantage ul li.nyAdvActive { height:140px; margin:-10px 1% 0 0; padding:30px 20px; background-color:rgba(0,86,204,0.9);}
.nyAdvantage ul li i { display:block; width:40px; height:40px; overflow:hidden; margin:0 auto 10px; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyAdvantage ul li i.nyAdvIco1 { background:url(../images/AdvIco01.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li i.nyAdvIco2 { background:url(../images/AdvIco02.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li i.nyAdvIco3 { background:url(../images/AdvIco03.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li i.nyAdvIco4 { background:url(../images/AdvIco04.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li i.nyAdvIco5 { background:url(../images/AdvIco05.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li i.nyAdvIco6 { background:url(../images/AdvIco06.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li i.nyAdvIco7 { background:url(../images/AdvIco07.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li:hover i.nyAdvIco1, .nyAdvantage ul li.nyAdvActive i.nyAdvIco1 { background:url(../images/AdvIco001.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li:hover i.nyAdvIco2, .nyAdvantage ul li.nyAdvActive i.nyAdvIco2 { background:url(../images/AdvIco002.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li:hover i.nyAdvIco3, .nyAdvantage ul li.nyAdvActive i.nyAdvIco3 { background:url(../images/AdvIco003.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li:hover i.nyAdvIco4, .nyAdvantage ul li.nyAdvActive i.nyAdvIco4 { background:url(../images/AdvIco004.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li:hover i.nyAdvIco5, .nyAdvantage ul li.nyAdvActive i.nyAdvIco5 { background:url(../images/AdvIco005.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li:hover i.nyAdvIco6, .nyAdvantage ul li.nyAdvActive i.nyAdvIco6 { background:url(../images/AdvIco006.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li:hover i.nyAdvIco7, .nyAdvantage ul li.nyAdvActive i.nyAdvIco7 { background:url(../images/AdvIco007.png) center center no-repeat; background-size:100% 100%;}
.nyAdvantage ul li span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; text-align:center; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyAdvantage ul li:hover span, .nyAdvantage ul li.nyAdvActive span { color:#fff;}
.nyAdvantage ul li:nth-child(5):hover, .nyAdvantage ul li:nth-child(5).nyAdvOther { margin:0;}

@media (max-width:1680px) {
	

}
@media (max-width:1600px) {
	
}
@media (max-width:1560px) {
	
}
@media (max-width:1440px) {
	.nyAbout_Part2 {padding:60px 0;}
	.nyAdvantage ul li { width:160px;}
}
@media (max-width:1366px) {
	.nyAdvantage ul li { width:150px;}
}
@media (max-width:1280px) {
	.nyAboutP2_Main .nyAdv_Tab { padding:24px;}
	.nyAdvantage ul li { width:144px;}
}
@media (max-width:1200px) {
	.nyAbout_Part2 .nyAboutP2_Main .txt {text-align: center; color: #fff; margin-bottom: 40px;}
    .nyAbout_Part2 .nyAboutP2_Main .txt .t-1 {font-size: 20px; line-height: 30px;}
    .nyAbout_Part2 .nyAboutP2_Main .txt .t-2 {font-size: 16px; margin-top: 12px;}
    .nyAbout_Part2 .nyAboutP2_Main .txt .t-3 {font-size: 12px; line-height: 32px; margin-top: 20px;}
	.nyAdvantage ul li { width:132px;}
}
@media (max-width:1080px) {
	.nyAbout_Part2 { padding:40px 0; background:url(../images/AboutBg02.jpg) center right no-repeat; background-size:cover;}
	.nyAboutP2_Main .nyAdvantage { height:100px; padding:5px 0;}
	.nyAdvantage ul li { width:130px; height:100px; padding:19px 10px;}
	.nyAdvantage ul li:hover, .nyAdvantage ul li.nyAdvActive { height:110px; margin:-5px 5px 0 0; padding:24px 10px;}
	.nyAdvantage ul li i { width:32px; height:32px;}
	.nyAdvantage ul li span { height:20px; line-height:20px; font-size:16px;}
}
@media (max-width:1024px) {
	.nyAdvantage ul li { width:100px;}
}
@media (max-width:800px) {
	.nyAboutP2_Main .nyAdvantage { height:auto; padding:0;}
	.nyAdvantage ul li { width:120px; height:90px; margin:0 6px 6px 0; padding:14px 10px;}
	.nyAdvantage ul li:hover, .nyAdvantage ul li.nyAdvActive { height:90px; margin:0 6px 6px 0; padding:14px 10px;}
	.nyAdvantage ul li i { width:30px; height:30px;}
	.nyAdvantage ul li span { height:33px; line-height:16px; font-size:12px;}
}
@media (max-width:767px) {
	.nyAbout_Part2 { padding:40px 0;}
	.nyAdvantage ul li { width:32%; margin:0 2% 6px 0;}
	.nyAdvantage ul li:nth-child(3n+3) { margin:0 0 6px;}
	.nyAdvantage ul li:hover, .nyAdvantage ul li.nyAdvActive { margin:0 2% 6px 0;}
	.nyAdvantage ul li:nth-child(3n+3):hover, .nyAdvantage ul li:nth-child(3n+3).nyAdvActive { margin:0 0 6px;}
}
@media (max-width:375px) {

}
@media (max-width:320px) {

}
/*nyAbout_Part2 结束*/

.index-news .bottom50 {width: 100%; height: 50px;}
.index-news .swiper-pagination-bullet-active { background: #565656!important;}
.index-news .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #919191; opacity:1!important;}
.index-news .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 0;}
.index-news {padding: 85px 0; overflow: hidden;}
.index-news .title {text-align: center; margin-bottom: 37px; overflow: hidden;}
.index-news .title h2 {display: block; font-size: 45px; color: #000; margin-bottom: 13px;}
.index-news .title em {display: block; font-size: 18px; color: #000;}
.index-news .news-top-nav {width: 30%; margin: 0 auto; overflow: hidden;}
.index-news .news-top-nav span {width: 31%; line-height: 46px; border: 1px solid #b0b4b6; text-align: center; display: block; float: left; margin: 0 1%;}
.index-news .news-top-nav span a {font-size: 16px; color: #3b3b3b;}
.index-news .news-top-nav span:hover {background: #004390; border-color: #004390;}
.index-news .news-top-nav span:hover a {color: #fff;}
.index-news-con {margin-top: 40px; overflow: hidden;}
.index-news-con .con {overflow: hidden;margin-bottom: 30px;}
.index-news-con .con .pic {overflow: hidden;}
.index-news-con .con .pic img {width: 100%;border: 1px solid #dadada;}
.index-news-con .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.index-news-con .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.index-news-con .con .info { padding: 0 5px;}
.index-news-con .con .info .t-1 {height: 48px; border-bottom: 1px solid #dcdcdc;}
.index-news-con .con .info .t-1 span {display: block; float: left; line-height: 48px; font-size: 15px; color: #595959;}
.index-news-con .con .info .t-1 em {display: block;padding: 3px 8px; text-align: center; font-size: 12px; background: #f0f6fd; border: 1px solid #7099c5; border-radius: 5px; float: left; color: #094b93; margin-top: 13px; margin-left: 13px;}
.index-news-con .con .info .t-1 em a {color: #094b93;}
.index-news-con .con .info .t-2 {margin-top: 10px; font-size: 16px; line-height: 26px; font-weight: bold;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.index-news-con .con .info .t-2 a {color: #1b1b1b;}
.index-news-con .con .info .t-3 {margin-top: 10px; line-height: 23px; color: #414141;}
.index-news-con .con .info .t-4 {margin-top: 18px; text-align: right;}
.index-news-con .con .info .t-4 a {color: #aeaeae;}

@media (max-width: 991px) {
	.index-news {padding: 40px 0;}
	.index-news .title {margin-bottom: 30px;}
	.index-news .title h2 {font-size: 25px;}
	.index-news .title em {font-size: 16px;}
	.index-news .news-top-nav {width: 100%;}
	.index-news .news-top-nav span a {font-size: 14px;}
	.index-news-con {margin-top: 25px;}
    .index-news-con .con {margin-bottom: 20px;}
}

/*底部*/
.hot-pro-link {width: 100%; background: #2775b6; line-height: 28px; padding: 10px 0; overflow: hidden; color: rgba(255,255,255,0.65);}
.hot-pro-link a {color: rgba(255,255,255,0.65);}
@media (max-width:1080px) {
	.hot-pro-link {display: none;}
}
.foot { width: 100%; overflow: hidden; background:url("../images/foot.jpg") no-repeat center bottom #0c0c0c; padding: 83px 0 0;}
.foot-main {padding-bottom:85px; overflow: hidden;}
.foot-Left {width: 62%;float: left;overflow: hidden;}
.foot-Left .foot-nav {width: 100%; overflow: hidden;}
.foot-Left .foot-nav ul li {width: 25%;overflow:hidden;margin:0;padding:0 30px 0 0;float:left;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.foot-Left .foot-nav ul li:first-child {width: 50%;}
.foot-Left .foot-nav ul li .Tit { width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
.foot-Left .foot-nav ul li .Tit p { line-height:22px; color:#fff; font-size:18px; font-weight:bold; margin:0; padding:0;}
.foot-Left .foot-nav ul li .Tit i { display:block; width:30px; height:2px; background-color:#094b93; margin:10px 0 0; padding:0;}
.foot-Left .foot-nav ul li a { display:block; width:100%; overflow:hidden; line-height:32px; color:rgba(255,255,255,0.65); font-size:14px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.foot-Left .foot-nav ul li:first-child a {float: left; width: 50%;}
.foot-Left .foot-nav ul li a:hover { color:#fff;}

.foot-Right {width: 38%;float: right;overflow: hidden;}
.foot-Right .weix {width: 140px; float: left;}
.foot-Right .foot-lx {width: 300px; overflow: hidden; float: right;}
.foot-Right .foot_Tel { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.foot-Right .foot_Tel p { width:100%; height:auto; overflow:hidden; line-height:22px; color:#fff; font-size:18px; font-weight:bold; margin:0 auto 10px; padding:0;}
.foot-Right .foot_Tel p img { display:block; width:22px; height:22px; float:left; margin:0 8px 0 0; padding:0;}
.foot-Right .foot_Tel span { display:block; width:100%; height:auto; overflow:hidden; line-height:44px; color:#035fa3;  font-size:30px; font-weight:bold;margin:0 auto; padding:0;}
.foot-Right .foot-lx dl { margin:10px auto 0;}
.foot-Right .foot-lx dl dd { width:100%; overflow:hidden; line-height:30px; color:rgba(255,255,255,0.65); word-break:break-all;}

.foot-link {padding: 22px 0; overflow: hidden; line-height: 25px; color: #4f4f4f;}
.foot-link a {color: #4f4f4f;}
.foot-link a:hover {text-decoration: underline;}

.foot-copy {color: #4f4f4f; line-height: 78px; border-top:1px solid #4f4f4f; overflow: hidden;}
.foot-copy a {color: #4f4f4f; }
.foot-copy span {display: block; float: left;}
.foot-copy em {display: block; float: right;}
@media (max-width:1080px) {
	.foot {padding: 30px 0 0;}
	.foot-main {padding-bottom: 20px;}
	.foot-Left {display: none;}
	.foot-Right {width: 100%; float: none;}
	.foot-Right .weix {display: none;}
	.foot-Right .foot-lx {width: 100%; float: none;}
	.foot-Right .foot_Tel p {font-size: 16px;}
	.foot-Right .foot_Tel span {font-size: 20px; line-height: 30px;}
	.foot-Right .foot-lx dl {margin: 0;}
	.foot-Right .foot-lx dl dd {line-height: 25px; font-size: 12px;}
	.foot-link {display: none;}
	.foot-copy {font-size: 12px; line-height: 25px; padding: 20px 0;}
	.foot-copy em {float: none;}
}

/*内页*/
.inner-banner{
    position: relative;text-align: center; overflow: hidden;
    background-repeat: no-repeat; background-position: center;
    background-size: cover;
}
.inner-banner .content {    
	width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    color: #fff;
}
.inner-banner h1{font-size: 36px;margin-bottom: 20px; line-height: 1; font-weight: bold; display: block;}
.inner-banner span{font-size: 36px;margin-bottom: 20px; line-height: 1; font-weight: bold; display: block;}
.inner-banner .en{font-size:18px;font-weight: normal;}
.inner-banner .img{width: 100%; visibility: hidden; max-width: none;}
.mobile-b {width: 100%; height: 65px; display: none;}
@media (max-width: 992px) {
  .mobile-b {display: block;}	
  .inner-banner {height: 150px;}
	.inner-banner .content {width: 90%; margin: 0 auto;}
  .inner-banner h1{font-size: 28px;margin-bottom: 15px; }
  .inner-banner span{font-size: 28px;margin-bottom: 15px;}
  .inner-banner em{font-size: 16px;margin-bottom: 25px; }
  .inner-banner .en{display: none;}	
  .inner-banner .img {height: 150px;}
}

.gynav-MQkitchen-bj{
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.3);
	background: rgb(0 0 0 / 70%);
	margin-top: -60px;
    position: relative;
	z-index: 2;
}
.gynav-MQkitchen-bj .pro-n {}
.gynav-MQkitchen-bj .pro-n a {width:25%; border-bottom: 1px solid rgba(255,255,255,.3);}
.gynav-MQkitchen-bj .pro-n a:nth-child(5) { border-left: 1px solid rgba(255,255,255,.3);}
.gynav-MQkitchen{
	text-align: center;
	color: #fff;
	font-size: 0;
}
.gynav-MQkitchen>div{
	display: inline-block;
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	line-height: 60px;
	transition: all .3s;
  -webkit-transition:all .3s;
  cursor: pointer;
}
.gynav-MQkitchen>div:first-child{
	border-left: 1px solid rgba(255,255,255,.3);
}
.gynav-MQkitchen>div:hover{
	background: #0b58af;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.gynav-MQkitchen>a{
	display: inline-block;
	width: 25%;
	border-right: 1px solid rgba(255,255,255,.3);
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	transition: all .3s;
  -webkit-transition:all .3s;
  cursor: pointer;
}
.gynav-MQkitchen>a:first-child{
	border-left: 1px solid rgba(255,255,255,.3);
}
.gynav-MQkitchen>a:hover{
	background: #0b58af;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.gynav-MQkitchen>a.on{
	background: #0b58af;
	transition: all .3s;
  -webkit-transition:all .3s;
}
@media (max-width: 992px) {
  .gynav-MQkitchen { padding: 0 !important;}
  .gynav-MQkitchen-bj {margin-top: -35px;}
  .gynav-MQkitchen-bj-2 {margin-top: -21px;}
  .gynav-MQkitchen-bj-3 {margin-top: 0}	
  .gynav-MQkitchen-bj-3 .gynav-MQkitchen>a{width:100%; line-height:30px; font-size: 12px;}
  .gynav-MQkitchen>div, .gynav-MQkitchen>a {font-size:14px; line-height:35px;}
}


.inner {width: 100%; overflow: hidden; background: url("../images/inner-bg.jpg") no-repeat center top #f0f5f8;}


.location {width: 100%; line-height: 25px; padding: 20px 0; font-size: 16px; color: #4e4e4e;}
.location i {color: #565656; font-size: 18px; margin-right: 10px;}
.location a {color: #4e4e4e;}
.location a:last-child::after{content: " ";}
@media (max-width: 991px) {
	.location {font-size: 14px;padding: 10px 0;}
	.location i {font-size: 16px;}
}
.inner-tit { text-align: center;}
.inner-tit span {font-size: 36px; display: block; color: #000; margin-bottom: 12px;}
.inner-tit h2 {font-size: 36px; display: block; color: #000; margin-bottom: 12px;}
.inner-tit em {font-size: 16px; display: block; color: #515151;}
.inner-tit .line {width: 58px; height:3px; background: #0b58af; margin: 14px auto 0;}
.Atis-box {width: 100%; height: 0; position: relative; top: -80px}
@media (max-width: 991px) {
	.inner-tit span {font-size: 26px;}
    .inner-tit h2 {font-size: 26px;}
	.inner-tit em {font-size: 14px;}
	.Atis-box {top:-65px}
}





.inner-box {width: 100%;overflow: hidden;padding: 60px 54px;margin-bottom: 60px;background: #fff;}
.inner-box .nyProDetail_Text .paging{ margin: 10px 0px; line-height: 25px;}
.inner-box .nyProDetail_Text .paging .fl{display: flex; flex-direction: row; width:100%;}
.inner-box .nyProDetail_Text .paging .fl .fc-show-prev-next{ width:50%;}
.inner-box .nyProDetail_Text .paging .fl .fc-show-prev-next:nth-child(2){ text-align: right;}
@media (max-width:1440px) {
	.inner-box {padding: 50px 44px;}
}
@media (max-width:1366px) {
	.inner-box {padding: 50px 40px; margin-bottom: 60px;}
}
@media (max-width:1280px) {
	.inner-box {padding: 40px 30px; margin-bottom: 40px;}
}
@media (max-width: 992px) {
    .inner-box {padding: 30px 15px; margin-bottom: 30px;}
}

/*关于我们*/
.inner-about1 {}
.inner-about1 .txt {margin-top: 30px; line-height: 30px; font-size: 16px; color: #484747;}
.inner-about1 .numCount {margin-top: 60px; overflow: hidden;}
.inner-about1 .numCount li{ float: left; width:24%; text-align: center; background: #f5f5f5; padding: 43px 0; margin: 0 0.5%;}
.inner-about1 .numCount li .icon {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden
}
.inner-about1 .numCount li .icon .ic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateX(-100%);
    -webkit-filter: drop-shadow(48px 0 0 #101010);
    filter: drop-shadow(48px 0 0 #101010)
}
.inner-about1 .numCount li:hover {
    background-color: #0b58af;
    color: #fff
}

.inner-about1 .numCount li:hover .ic {
    transform: translateX(0);
    filter: none
}
.inner-about1 .numCount li:hover .item .indc {
    color: #fff;
}
.inner-about1 .numCount li:hover .numCX {
    color: #fff;
}
.inner-about1 .numCount li:hover .numU em {
    color: #fff;
}
.inner-about1 .numCount li .item{ margin: 0 10px;}
.inner-about1 .numCount li .item .indt {font-size: 16px; color: #000;}
.inner-about1 .numCount li .item .indc {color: #868787;}
.inner-about1 .numCount li .numU{ line-height:1.3;}
.inner-about1 .numCount li .numCX{ font-size:52px; color:#000; font-family: 'OPPOSans-H'; font-weight: bold!important;}
.inner-about1 .numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;}
.inner-about1 .numCount li .numU em {font-size:16px; color:#000;}
@media (max-width: 991px) {
	.inner-about1 .txt {line-height: 28px; font-size: 14px;}
	.inner-about1 .numCount {margin-top: 30px;}
	.inner-about1 .numCount li{width:49%; padding:35px 0; margin:0.5%;}

}
@media (max-width:800px){
	.inner-about1 .numCount li .numCX{ font-size:24px; }
	.inner-about1 .numCount li .numU em {font-size: 24px;}
}
@media (max-width:640px){
	.inner-about1 .numCount li .numCX{font-size:7vw;}
}
@media (max-width:480px){
	.inner-about1 .numCount{ font-size:0.5vw;}
}

.inner-about2 {margin-top: 45px; overflow: hidden;}
.inner-about2 .bottom50 {width: 100%; height: 50px;}
.inner-about2 .swiper-pagination-bullet-active { background: #1a53c7!important;}
.inner-about2 .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #919191; opacity:1!important;}
.inner-about2 .con {}
.inner-about2 .con:hover .txt {background: #0b58af; color: #fff;}
.inner-about2 .con .img {overflow: hidden;}
.inner-about2 .con img {width: 100%;}
.inner-about2 .con img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.inner-about2 .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.inner-about2 .con .txt {width: 100%; line-height: 50px;  text-align: center; background: #eaeaea; font-size: 16px;}
@media (max-width: 991px) {
    .inner-about2 {margin-top: 30px;}
	.inner-about2 .con {}
}

.inner-about3 {margin-top: 45px; overflow: hidden;}
.inner-about3 .con {min-height: 222px; background: #f4f1f1; position: relative; margin-bottom: 40px;}
.inner-about3 .con img {position: absolute; bottom: 25px; right: 20px; width: 80px;}
.inner-about3 .con .txt {padding: 40px 0 0 43px;}
.inner-about3 .con .txt span {font-size: 30px; color: #272828; display: block; margin-bottom: 20px;}
.inner-about3 .con .txt em {font-size: 15px; color: #5e5e5e; display: block; line-height: 26px;}
@media (max-width: 991px) {
    .inner-about3 {margin-top: 30px;}
	.inner-about3 .con {margin-bottom: 20px;}
	.inner-about3 .con .txt {padding: 40px 0 0 30px;}
	.inner-about3 .con .txt span {font-size: 22px;}
    .inner-about3 .con .txt em {font-size:14px;}
}

.inner-about4 {margin-top: 45px; overflow: hidden;}
.inner-about4 .bottom50 {width: 100%; height: 50px;}
.inner-about4 .swiper-pagination-bullet-active { background: #1a53c7!important;}
.inner-about4 .swiper-pagination-bullet { width: 12px!important; height: 12px!important; background: #919191; opacity:1!important;}
.inner-about4 .con {}
.inner-about4 .con .img {overflow: hidden;}
.inner-about4 .con img {width: 100%;}

.inner-about4 .con .txt {line-height: 60px; color: #525151; text-align: center; font-size: 16px;}
@media (max-width: 991px) {
    .inner-about4 {margin-top: 30px;}
	.inner-about4 .con {}
	.inner-about4 .con .txt {font-size: 14px;}
}


/**/
.news-box1 { overflow: hidden;}
.news-box1 .main {padding: 65px 80px; background: #fff;}
.top-news {}
.top-news .img { overflow: hidden;}
.top-news img {width: 100%;}
.top-news img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.top-news .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.top-news .con {padding:45px 0 40px 40px; float: right;}
.top-news .con .time {height: 48px; border-bottom: 1px solid #dcdcdc;}
.top-news .con .time span {display: block; float: left; line-height: 48px; font-size: 15px; color: #595959;}
.top-news .con .time em {display: block;padding: 3px 8px; text-align: center; font-size: 12px; background: #f0f6fd; border: 1px solid #7099c5; border-radius: 5px; float: left; color: #094b93; margin-top: 13px; margin-left: 13px;}
.top-news .con .time em a {color: #094b93;}
.top-news .con .tit {font-size:28px; color: #000; margin-top: 22px;}
.top-news .con .tit a {color: #000;}
.top-news .con .txt {line-height:30px; margin-top:22px; font-size: 16px; color: #5f5f5f;}
.top-news .con .more { display:inline-block; width:auto; height:40px; line-height:40px; color:#fff; font-size:14px; margin:20px 0 0; padding:0 20px; background-color:#035fa3; border-radius:20px;}
.top-news .con .more a {color: #fff;}
.top-news .con .more i { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 0 0 8px; padding:0; background:url(../images/jt0.png) center center no-repeat; background-size:20px 20px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}

@media (max-width: 991px) {
	.news-box1 .main {padding: 20px 10px;}
	.top-news {margin-top:20px;}
	.top-news .con {padding:20px; float: none; margin-bottom: 25px;}
    .top-news .con .tit { font-size: 20px; line-height: 25px;}
    .top-news .con .time {font-size: 14px; margin-top: 30px;}
    .top-news .con .txt {line-height:28px;  font-size: 14px; }
	
}

.news-box2 {margin: 50px 0;overflow: hidden;}

.list-news {}
.list-news .con {overflow: hidden; margin-bottom: 30px;}
.list-news .con .pic {overflow: hidden;}
.list-news .con .pic img {width: 100%; }

.list-news .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.list-news .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.list-news .con .info {padding: 0 20px 20px; background: #fff;}
.list-news .con .info .t-1 {height: 46px; border-bottom: 1px solid #dcdcdc;}
.list-news .con .info .t-1 span {display: block; float: left; line-height: 48px; font-size: 15px; color: #595959;}
.list-news .con .info .t-1 em {display: block;padding: 3px 8px; text-align: center; font-size: 12px; background: #f0f6fd; border: 1px solid #7099c5; border-radius: 5px; float: left; color: #094b93; margin-top: 13px; margin-left: 13px;}

.list-news .con .info .t-1 em a {color: #094b93;}
.list-news .con .info .t-2 {margin-top: 10px; font-size: 16px; line-height: 25px;height: 25px;overflow: hidden;font-weight: bold;}
.list-news .con .info .t-2 a {color: #1b1b1b;}
.list-news .con .info .t-3 {margin-top: 10px; line-height: 23px; color: #777;}
.list-news .con .info .t-4 {margin-top: 18px; text-align: right;}
.list-news .con .info .t-4 a {color: #aeaeae;}
.news-info {width: 100%;overflow:hidden;background: #fff;padding: 60px;margin-bottom: 60px;}
.news-info .page-t {background: #0b58af; padding: 20px 0 20px 20px; font-size: 24px; color: #fff;}
.news-info .col-lg-9 {padding-right: 70px;}
.news-info .rightwrap {width: 100%;}
.news-info h1 {display: block;color: #1b1b1b;text-align: center;font-size: 30px;line-height: 40px;}
.news-info .entry-meta {width: 100%;color: #888;line-height: 36px;font-size: 16px;text-align: center;padding: 10px 0;border-bottom: 1px dotted #f1f1f1;}

.news-info .contwrap {padding: 40px 0; line-height: 30px;font-size: 16px; border-bottom: 1px dotted #b6b5b5;}
.news-info .contwrap p{padding-bottom: 10px;}
.news-info .contwrap img { display: block; margin: 0 auto; max-width: 100%; }
.news-info .rightwrap h6 {display: block; font-weight: bold; padding: 12px 14px; line-height: 23px; margin-bottom: 20px; background:#141414; font-size: 16px; color: #fff; }
.news-info .rightwrap ul {width: 100%;margin-top: 18px;}
.news-info .rightwrap li {width: 100%;padding-bottom:25px;overflow: hidden;}
.news-info .rightwrap li img {width: 38%;margin-right: 2%;float: left;}
.news-info .rightwrap li:last-child { border-bottom: none; }
.news-info .rightwrap li .info {float: right;width: 60%;}
.news-info .rightwrap li .info .t-1 {line-height: 20px;height: 40px;font-size: 15px;overflow: hidden;margin-bottom: 10px;}
.news-info .rightwrap li .info .t-1 a {color: #1b1b1b;}
.news-info .rightwrap li .info .t-2 {margin-top: 5px; color: #414141; font-size: 14px; line-height: 25px; }
.news-info .rightwrap li .info .t-2 a {color: #414141;}
.news-info .rightwrap li .post-date {display: block;line-height: 20px;font-size: 14px;color: #888;}
.news-info .paging {width: 100%;overflow: hidden;padding: 40px 0;width: 100%;}
.news-info .paging .fl { font-size: 14px; line-height: 22px; }
.news-info i {margin-right: 10px;}
.news-info .paging a { color: #666; }
.news-info .paging .fl a:hover { color: #0b58aa; }
.news-info .paging .return {border-radius: 8px; display: block; height: 34px; line-height: 34px; margin-top: 10px; text-align: center; width: 100px; font-size: 14px; background: #0b58aa; color: #fff; }
.news-info .paging .return a {color: #fff; display: block;}
.news-info .paging .return a:hover {color: #fff;}
@media (max-width: 991px) {
	.news-box2 {margin: 20px 0;}
	.news-box2 .main {padding: 20px 10px;}
	.list-news .con {margin-bottom: 20px;}
	.list-news .con .info {padding: 12px 20px 20px 20px}
	.news-info {margin-bottom: 40px;}
	.news-info .contwrap {padding: 20px 0;}
	.news-info h1 {font-size: 20px;line-height:28px;text-align: left;}
    .news-info .entry-meta {line-height: 28px;font-size: 14px;padding-bottom: 20px;}
	.news-info .col-lg-9 {padding-right: 20px;}
	.news-info .page-t {font-size:16px;}
}


/**/

.service-box1 {}
.service-box1 .list {padding: 60px 0;}
@media (max-width: 992px) {
    .service-box1 .list {
        padding: 30px 0;
    }
}
.service-box1 .list .col-xl-6 {padding-right: 5%;}
.service-box1 .list .col-xl-6:nth-child(2n) { padding-right: 0;}
@media (max-width:1080px) {
	.service-box1 .list .col-xl-6 {padding-right: 0;}
}
.service-box1 .list .item .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: min(1.5625vw, 30px) 0 min(1.5625vw, 30px);
    border-bottom: 1px solid #eeeeee;
    position: relative
}

@media (max-width: 1024px) {
    .service-box1 .list .item .item-box {
        padding:15px 0 15px 0
    }
}

.service-box1 .list .item .item-box::before {
    content: '';
    width: 0;
    height: 1px;

    background-color: #0b58af;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.service-box1 .list .item .item-box .img {
    max-width:180px;
    margin-right: min(1.14583333vw, 22px)
}

.service-box1 .list .item .item-box .img img{ width:100%;}

@media (max-width: 1024px) {
    .service-box1 .list .item .item-box .img {
        margin-right:11px
    }
}

.service-box1 .list .item .item-box .name {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    flex: 1;
    padding: 0 80px 0 30px;
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 1600px) {
    .service-box1 .list .item .item-box .name {
        font-size:18px
    }
}

@media (max-width: 1470px) {
    .service-box1 .list .item .item-box .name {
        font-size:16px
    }
}

.service-box1 .list .item .item-box .text {
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service-box1 .list .item:hover .item-box::before {
    width: 100%
}

.service-box1 .list .item:hover .item-box .name,.service-box1 .list .item:hover .item-box .text {
    color: #0b58af
}




/*nyProMenu 开始*/
.nyProMenu { width:100%; overflow:hidden; margin:0 auto 50px; padding:0;}
.nyProMenu_Parent { width:100%; height:60px; overflow:hidden; margin:0 auto 20px; padding:0; background-color:#e6e6e6;}
.nyProMenu_Parent ul li { width:10%; height:60px; overflow:hidden; margin:0; padding:0; border-right:1px solid #f8f8f8; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProMenu_Parent ul li:last-child { border-right:0;}
.nyProMenu_Parent ul li a {display:block;width:100%;height:60px;overflow:hidden;line-height:60px;color:#333;font-size: 18px;font-weight:bold;text-align:center;margin:0;padding:0;}
.nyProMenu_Parent ul li:hover a, .nyProMenu_Parent ul li.nyProActive a { color:#fff; background-color:#0b58af;}


.nyProMenu_Tab .swiper-container1 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid #e6e6e6; position:relative;}
.nyProMenu_Tab .swiper-container1 .swiper-slide {}
.nyProMenu_Tab .swiper-container1 .swiper-slide a {display:block;width:100%;height:58px;overflow:hidden;line-height:58px;color: #777;font-size: 16px;font-weight:bold;text-align:center;position:relative;}
.nyProMenu_Tab .swiper-container1 .swiper-slide a:hover, .nyProMenu_Tab .swiper-container1 .swiper-slide a.Pactive { color:#0b58af;}
.nyProMenu_Tab .swiper-container1 .swiper-slide a em { display:block; width:0; height:2px; overflow:hidden; margin:0; padding:0; background-color:#0b58af; margin:0; padding:0; position:absolute; left:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyProMenu_Tab .swiper-container1 .swiper-slide a:hover em, .nyProMenu_Tab .swiper-container1 .swiper-slide a.Pactive em { width:100%;}
@media (max-width:990px) { 
    .service-box1 .list .item .item-box{display: block;}
    .service-box1 .list .item .item-box .img{width:100%;max-width:100%; margin-right: 0px;}
    .service-box1 .list .item .item-box .text{ width:100%;display: none; margin-right: 0px; box-sizing: content-box;}
    .service-box1 .list .item .item-box .name{
     margin-top: 15px;
     width:100%;
     text-align: center;
     max-width: 100%;
     display:block;
     padding: 0px;
     box-sizing: content-box;
     }
}
@media (max-width:1680px) {
	.nyProMenu { width:100%;}
}
@media (max-width:1600px) {

}
@media (max-width:1560px) {

}
@media (max-width:1440px) {
	.nyProMenu_Parent ul li a { font-size:14px;}
}
@media (max-width:1366px) {

}
@media (max-width:1280px) {
	.nyProMenu_Parent { margin:0 auto 10px;}
}
@media (max-width:1200px) {
	.nyProMenu { width:100%;}
	.nyProMenu { margin:0 auto 40px;}
}
@media (max-width:1080px) {
	.nyProMenu {display: none;}

	.nyProMenu_Parent { height:50px;}
	.nyProMenu_Parent ul li { height:50px;}
	.nyProMenu_Parent ul li a { height:50px; line-height:50px;}
	.nyProMenu_Tab .swiper-container1 .swiper-slide a { height:48px; line-height:48px;}
}
@media (max-width:1024px) {

}
@media (max-width:800px) {
	.nyProMenu_Parent ul li a { font-size:15px;}
	.nyProMenu_Tab .swiper-container1 .swiper-slide a { font-size:15px;}
}
@media (max-width:767px) {
	.nyProMenu { margin:10px auto 20px;}
	.nyProMenu_Parent { height:auto;}
	.nyProMenu_Parent ul li { width:33.333333%; height:50px; border-bottom:1px solid #f8f8f8;}
	.nyProMenu_Parent ul li:last-child { border-right:0;}
	.nyProMenu_Parent ul li:nth-child(3n+3) { border-right:0;}
	.nyProMenu_Parent ul li a { height:50px; line-height:50px;}
}
@media (max-width:375px) {
	.nyProMenu_Parent ul li a { font-size:14px;}
	.nyProMenu_Tab .swiper-container1 .swiper-slide a { font-size:14px;}
}
@media (max-width:320px) {
	.nyProMenu_Parent ul li { width:50%; height:50px; border-bottom:1px solid #f8f8f8;}
	.nyProMenu_Parent ul li:last-child { border-right:0;}
	.nyProMenu_Parent ul li:nth-child(3n+3) { border-right:1px solid #f8f8f8;}
	.nyProMenu_Parent ul li:nth-child(2n+2) { border-right:0;}
}
/*nyProMenu 结束*/


/*products*/

.inner-pro {width: 100%;padding-bottom:80px;}
.inner-pro .con {height: 355px; position: relative; margin-bottom: 40px; overflow: hidden; background: #fff;}
.inner-pro .con img {display: block; width: 100%;}
.inner-pro .con span {display: block; background: #fff; margin: 0 35px; line-height: 72px; border-top: 1px solid #d4d4d4; font-size: 18px; overflow: hidden; text-align: center;}
.inner-pro .con span a {color: #292929;}
.inner-pro .con .info {display: none; width:100%;}
.inner-pro .con:hover .info {position: absolute; top: 0; left: 0; z-index: 2; display: block; background: rgba(0,0,0,0.8);height: 355px;}
.inner-pro .con:hover .info a{display: block; width:100%; height: 100% !important;}
.inner-pro .con:hover .info .txt {padding:60px 42px 0 42px; line-height: 30px; color: #fff; font-size: 15px; width:100%; }
.inner-pro .con:hover .info .txt a {color: #fff;}
@media (max-width: 991px) {
	.inner-pro {padding-bottom: 40px;}
	.inner-pro .con {margin-bottom: 20px;}
	.inner-pro .con:hover .info {display: none;}
}

.list-pro-tit  {font-size: 34px;color: #000;text-align: center;}
.list-pro-txt {margin-top: 30px;line-height: 28px;font-size: 16px;color: #454545;overflow: hidden;}
.list-pro-main {padding-top: 30px;overflow: hidden;}
.list-pro-main .con {border: 1px solid #e0e0e0; margin-bottom: 30px;}
.list-pro-main .con .pic {overflow: hidden;}
.list-pro-main .con .pic img {width: 100%; }
.list-pro-main .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.list-pro-main .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.list-pro-main .con span {display: block; padding: 8px 4px; line-height:26px; font-size: 16px; background: #e0e0e0; text-align: center;}
.list-pro-main .con span a {color: #2d2d2d;font-size: 18px;}
.list-pro-main .con p {text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1;-webkit-box-orient: vertical;color: #787878;}
.list-pro-main .con:hover span {background: #0b58af; color: #fff;}
.list-pro-main .con:hover span a,.list-pro-main .con:hover p { color: #fff;}
@media (max-width: 991px) {
	.list-pro-tit {font-size: 26px;}
	.list-pro-txt {margin-top: 20px;font-size: 16px;}
	.list-pro-main {padding-top:30px;}
	.list-pro-main .con {margin-bottom: 20px;}
	.list-pro-main .con span {font-size: 16px;}
}

/*nyNews_Rec 开始*/
.nyNewsRec_Main { width:100%; height:auto; overflow:hidden; padding:0 50px; position:relative;}



.nyNewsRec_Main .swiper-container1 { width:100%; height:auto; min-height:180px; overflow:hidden; margin:50px auto 0; padding:0; background-color:#fff; position:relative;}
.nyNewsRec_Main .swiper-container1 .swiper-slide { height:auto; position:relative;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:12px 24px 24px; border-radius:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img {width: 42.97%;height: 182px;overflow:hidden;margin:0;padding:0;float:left;border: 1px solid #e0e0e0;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img a img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyNewsRec_Main .swiper-container1 .swiper-slide:hover .nyNewsRec_Con .nyNewsRec_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text {width: 57.03%;overflow:hidden;margin:0;padding:20px 0 20px 24px;float:right;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text a.nyNewsRec_Name { display:block; width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-size:20px; font-weight:bold; text-overflow:ellipsis; white-space:nowrap; margin:0 auto 10px; padding:0;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#666; font-size:16px; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time { width:100%; height:38px; overflow:hidden; margin:20px auto 0; padding:0;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time span { display:inline-block; width:auto; height:38px; overflow:hidden; line-height:38px; color:#999; font-size:16px; margin:0; padding:0;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time span img { display:block; width:20px; height:20px; margin:9px 8px 9px 0; float:left;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time a.nyNewsRec_More { display:inline-block; width:auto; height:38px; line-height:38px; color:#666; font-size:16px; margin:0; padding:0 15px; background-color:#f7f7f7; float:right;}
.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time a.nyNewsRec_More i { display:inline-block; width:8px; height:14px; vertical-align:middle; margin:-2px 0 0 8px; padding:0; background:url(../images/jt5.png) center center no-repeat; background-size:8px 14px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyNewsRec_Main .swiper-container1 .swiper-slide:hover .nyNewsRec_Con .nyNewsRec_Text a.nyNewsRec_Name { color:#035fa3;}
.nyNewsRec_Main .swiper-container1 .swiper-slide:hover .nyNewsRec_Con .nyNewsRec_Text a.nyNewsRec_More { color:#fff; background-color:#035fa3;}
.nyNewsRec_Main .swiper-container1 .swiper-slide:hover .nyNewsRec_Con .nyNewsRec_Text a.nyNewsRec_More i { margin:-2px 0 0 16px; background:url(../images/jt6.png) center center no-repeat; background-size:8px 14px;}


/*分页器*/
.nyNewsRec_Main .swiper-button-prev1, .nyNewsRec_Main .swiper-button-next1 { width:54px!important; height:54px!important; cursor:pointer; position:absolute; top:50%!important; margin-top:0px!important; z-index:2;}
.nyNewsRec_Main .swiper-button-prev1 { background:url(../images/prev01.png) center center no-repeat; background-size:54px 54px; left:0;}
.nyNewsRec_Main .swiper-button-next1 { background:url(../images/next01.png) center center no-repeat; background-size:54px 54px; right:0;}
.nyNewsRec_Main .swiper-button-prev1:hover { background:url(../images/prev02.png) center center no-repeat; background-size:54px 54px; left:0;}
.nyNewsRec_Main .swiper-button-next1:hover { background:url(../images/next02.png) center center no-repeat; background-size:54px 54px; right:0;}

@media (max-width:1680px) {
	
}
@media (max-width:1600px) {
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img { height:190px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text { padding:15px 0 15px 20px;}
}
@media (max-width:1560px) {

}
@media (max-width:1440px) {	
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img { height:180px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text { padding:10px 0 10px 20px;}
}
@media (max-width:1366px) {

}
@media (max-width:1280px) {
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img { height:160px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text { padding:0 0 0 20px;}
}
@media (max-width:1200px) {
	.nyNewsRec_Main { margin:0; padding:0;}
	.nyNewsRec_Main .swiper-button-prev1, .nyNewsRec_Main .swiper-button-next1 { width:40px!important; height:40px!important; top:20px!important; left:inherit!important; margin-top:0px!important;}
	.nyNewsRec_Main .swiper-button-prev1 { background:url(../images/prev01.png) center center no-repeat; background-size:40px 40px; right:88px;}
	.nyNewsRec_Main .swiper-button-next1 { background:url(../images/next01.png) center center no-repeat; background-size:40px 40px; right:24px;}
	.nyNewsRec_Main .swiper-button-prev1:hover { background:url(../images/prev02.png) center center no-repeat; background-size:40px 40px; right:88px;}
	.nyNewsRec_Main .swiper-button-next1:hover { background:url(../images/next02.png) center center no-repeat; background-size:40px 40px; right:24px;}
}
@media (max-width:1080px) {
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img { height:150px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text a.nyNewsRec_Name { font-size:18px; margin:0 auto 5px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time { margin:15px auto 0;}
}
@media (max-width:1024px) {
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img { width:36%; height:220px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text { width:64%; padding:20px 0 20px 24px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text a.nyNewsRec_Name { font-size:22px; margin:0 auto 10px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time { margin:40px auto 0;}
}
@media (max-width:800px) {	
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con { padding:10px 20px 20px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img { width:40%; height:200px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text { width:60%; padding:10px 0 10px 20px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text a.nyNewsRec_Name { font-size:20px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text p { font-size:15px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time span { font-size:15px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time a.nyNewsRec_More { font-size:15px;}
	
	.nyNewsRec_Main .swiper-button-prev1, .nyNewsRec_Main .swiper-button-next1 { width:40px!important; height:40px!important; top:16px!important; left:inherit!important; margin-top:0px!important;}
	.nyNewsRec_Main .swiper-button-prev1 { background:url(../images/prev01.png) center center no-repeat; background-size:40px 40px; right:80px;}
	.nyNewsRec_Main .swiper-button-next1 { background:url(../images/next01.png) center center no-repeat; background-size:40px 40px; right:20px;}
	.nyNewsRec_Main .swiper-button-prev1:hover { background:url(../images/prev02.png) center center no-repeat; background-size:40px 40px; right:80px;}
	.nyNewsRec_Main .swiper-button-next1:hover { background:url(../images/next02.png) center center no-repeat; background-size:40px 40px; right:20px;}
}
@media (max-width:767px) {
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img { width:100%; height:220px; margin:0 auto 10px; float:inherit;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text { width:100%; margin:0 auto; padding:0; float:inherit;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text a.nyNewsRec_Name { font-size:18px; margin:0 auto 5px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text p { height:48px; line-height:24px; font-size:14px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time { margin:15px auto 0;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time span { font-size:14px;}
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Text .nyNewsRec_Time a.nyNewsRec_More { font-size:14px;}
	.nyNewsRec_Main .swiper-button-prev1 { right:70px;}
	
}
@media (max-width:375px) {
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img { height:180px;}
}
@media (max-width:320px) {
	.nyNewsRec_Main .swiper-container1 .swiper-slide .nyNewsRec_Con .nyNewsRec_Img { height:160px;}
}
/*nyNews_Rec 结束*/


/*nyProDetail_Main 开始*/
.nyProDetail_Main {}
.nyProDetail_Main .nyProDetail_Img { width:50%; height:400px; margin:0; padding:0; float:left;}
#preview { width:100%; height:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 {width:19.57%;height:100%;padding: 0 20px 0 0;overflow:hidden;float: left;position:relative;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;}
#spec-left { width:100%; height:20px; cursor:pointer; margin:0; padding:0; background:url(../images/ArrowUp1.png) center top no-repeat; position:absolute; left:0; top:0;}
#spec-right { width:100%; height:25.88px; cursor:pointer; margin:0; padding:0; background:url(../images/ArrowDown1.png) center bottom no-repeat; position:absolute; left:0; bottom:0;}
#spec-list { width:100%; height:100%; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul { height:100%;}
#spec-list ul li { width:100%; height:25.9%; margin:0 auto; padding:0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#spec-list ul li:last-child { padding:0px;}
#spec-list ul li:last-child p{height: 84.5%;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #d5d5d5; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:92%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom {position:relative;width:80.43%;height:400px;overflow:hidden;padding:0;border:1px solid #d5d5d5;float: right;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { background-color:#fff; border:1px solid #d5d5d5;display:none;text-align:center;overflow: hidden; margin:0 0 0 20px; position:absolute; left:100%!important; top:0!important; z-index:100;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}

.nyProDetail_Main .nyProDetail_Text {width:50%;height:auto;margin:0;padding: 0 0 0 50px;float:right;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.nyProDetail_Text .nyProDetail_Name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProDetail_Name h1 { height:auto; line-height:48px; color:#333; font-size:40px; font-weight:bold; word-break:break-all; margin:0; padding:0; float:left;}
.nyProDetail_Name h1 img { display:block; width:auto; height:48px; margin:0 0 10px;}
.nyProDetail_Name .nyProDetail_Hits {height:30px;line-height:30px;color:#999;font-size:16px;margin: 5px 0;padding:0 0 0 30px;background:url(../images/eye0.png) center left no-repeat;background-size:24px 24px;float:right;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.nyProDetail_Text .nyProDetail_Ms { width:100%; overflow:hidden; margin:0px auto 20px auto;   background-color:#f8f8f8; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProDetail_Ms p { width:100%; height:auto; min-height:32px; max-height:90px; overflow:hidden; line-height:32px; color:#666; font-size:16px; text-align:justify; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.nyProDetail_Ms p em {margin-left: 24px;}
.nyProDetail_tit {font-size: 32px;color: #1b1b1b;padding: 20px 0;}
.nyProDetail_Text .nyProDetail_Slogan { width:100%; height:58px; overflow:hidden; margin:0 auto; padding:0; background-color:#f4f5f9; position:relative;}
.nyProDetail_Slogan img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

@media (max-width:1680px) {
	#spec-n5 { width:24%;}
	.jqzoom { width:76%;}
}
@media (max-width:1600px) {
	.nyProDetail_Main .nyProDetail_Img { height:500px;}
	.jqzoom { height:500px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:10px 0 10px 50px;}
}
@media (max-width:1560px) {
	.nyProDetail_Main .nyProDetail_Img { height:490px;}
	.jqzoom { height:490px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:5px 0 5px 50px;}
}
@media (max-width:1440px) {
	.nyProDetail_Main .nyProDetail_Img { height:450px;}
	.jqzoom { height:450px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:15px 0 15px 40px;}
	.nyProDetail_Name h1 { line-height:40px; font-size:36px;}
	.nyProDetail_Name h1 img { height:40px;}
	.nyProDetail_Name .nyProDetail_Hits { margin:5px 0;}
	.nyProDetail_Text .nyProDetail_Ms { padding:15px 20px;}
	.nyProDetail_Text dl { margin:20px auto; padding:12px 10px;}
}
@media (max-width:1366px) {
	.nyProDetail_Main .nyProDetail_Img { height:420px;}
	.jqzoom { height:420px;}
	.nyProDetail_Name .nyProDetail_Hits { font-size:15px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:10px 0 10px 40px;}
	.nyProDetail_Ms p { min-height: 25px; max-height: 75px; line-height:25px; font-size:15px;}
	.nyProDetail_Text dl dd { height:30px; line-height:30px; font-size:15px;}
}
@media (max-width:1280px) {
	.nyProDetail_Main .nyProDetail_Img { height:370px;}
	.jqzoom { height:370px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:0 0 0 40px;}
	.nyProDetail_Name h1 { line-height:36px; font-size:30px;}
	.nyProDetail_Ms p { min-height:25px; max-height:75px; line-height:25px; font-size:15px;}
	.nyProDetail_Text dl dd { height:30px; line-height:30px; font-size:15px;}
}
@media (max-width:1200px) {


}
@media (max-width:1080px) {
	.nyProDetail_Main .nyProDetail_Img { height:340px;}
	.nyProDetail_Ms p em {margin-left: 10px;}
	.jqzoom { height:340px;}
	#spec-n5 { padding:0 10px 0 0;}
	#spec-list ul li { padding:0 0 10px;}
	.nyProDetail_Main .nyProDetail_Text { height:auto; padding:0 0 0 30px;}
	.nyProDetail_Name h1 { font-size:30px;}
	.nyProDetail_Name .nyProDetail_Hits { font-size:15px;}
	.nyProDetail_Text .nyProDetail_Slogan { height:48px;}
}
@media (max-width:1024px) {
	.nyProDetail_tit {font-size: 24px; padding:20px 0 5px 0; }
	
}
@media (max-width:800px) {
	.nyProDetail_Main .nyProDetail_Img { width:100%; height:440px; margin:0 auto 24px; float:inherit;}
	.jqzoom { height:440px;}
	.nyProDetail_Main .nyProDetail_Text { width:100%; margin:0 auto; padding:0; float:inherit;}
}
@media (max-width:767px) {
	.nyProDetail_Main .nyProDetail_Img { height:auto; margin:0 auto 20px;}
	#preview { height:auto;}
	#spec-n5 { width:100%; height:100px; padding:10px 0 0; float:inherit;}
	.jqzoom { width:100%; height:320px; float:inherit;}
	#spec-list {}
	#spec-list ul li { width:24.81%; height:100%; padding:0 10px 0 0; float:left;}
	#spec-list ul li:last-child { padding:0;}
    #spec-list ul li p{ height: 70%;}
	
	.nyProDetail_Name h1 { width:100%; font-size:26px; float:inherit;}
	.nyProDetail_Name .nyProDetail_Hits { width:100%; font-size:14px; margin:0 auto; padding:0 0 0 25px; background-size:20px 20px; float:inherit;}
	.nyProDetail_Text .nyProDetail_Ms { margin:15px auto 0; padding:10px;}
	.nyProDetail_Ms p { min-height:24px; max-height:72px; line-height:24px; font-size:16px;}
	.nyProDetail_Text dl { padding:10px;}
	.nyProDetail_Text dl dd { width:100%; font-size:14px; margin:0 auto; padding:0; float:inherit;}
	
	.nyProDetail_Text .nyProDetail_Slogan { height:32px;}
}
@media (max-width:375px) {
	.jqzoom { height:280px;}
	#spec-n5 { height:90px;}
}
@media (max-width:320px) {
	.jqzoom { height:240px;}
	#spec-n5 { height:80px;}
	
}

.paging-1 {width: 100%; display: inline-block; text-align: center;}
.paging-1 span {display: inline-block;width: 260px; padding: 10px 0; margin: 20px 10px; background: #0b58af; color: #fff;border-radius: 20px 0 0 20px;}
.paging-1 span:nth-child(2) {}
.paging-1 .fc-show-next{border-radius:0 20px 20px 0;}
.paging-1 span a {color: #fff; }
/*nyProDetail_Main 结束*/

.show_pro_info {/*margin: 60px 0;*/ overflow: hidden;}
.show_pro_info .con-tab { overflow: hidden; background: #fff;}
.show_pro_info .con-tab .tab-pane {padding: 50px 60px;line-height: 30px;font-size: 16px;}
.show_pro_info .con-tab .tab-up {position: relative;z-index: 2;}

.show_pro_info .con-tab .nav {width: 100%; padding-right: 0;}
.show_pro_info .con-tab .nav-tabs {border: 0;}
.show_pro_info .con-tab .switch-item {width: 33.33%; font-size:20px; line-height: 55px; background: #dbdbdb; text-align: center; float: left; cursor: pointer;  transition: all 0.3s; color: #fff; }
.show_pro_info .con-tab .switch-item a:hover {background: #0b58af;}
.show_pro_info .con-tab .switch-item:hover {background: #0b58af; color: #fff;}
.show_pro_info .con-tab .switch-item:hover a {color: #fff;}
.show_pro_info .con-tab .switch-item .active {display: block; background: #0b58af; color: #fff;}
.show_pro_info .con-tab .switch-item a {display: block; color: #666; }
.show_pro_info .tab-content { }
.show_pro_info .tab-content .fa_info table tr td:first-child,.show_pro_info .tab-content .fa_info table tr td:nth-child(2){/* text-align: left; padding-left: 30px;*/}
.show_pro_info .tab-content .fa_info table tr:first-child td,.show_pro_info .tab-content .fa_info table tr:nth-child(2) td:first-child,.show_pro_info .tab-content .fa_info table tr:nth-child(2) td:nth-child(2){ text-align: center;}

.show_pro_info .tab-content .fa_info table.hy tr td:first-child,.show_pro_info .tab-content .fa_info table.hy tr td:nth-child(2){
	text-align: left; padding-left: 30px;
}



.show_pro_info .tab-content .fa_info table.hy1 tr td:first-child{
	text-align: left; padding-left: 30px;
}
@media (max-width: 991px) {
	.paging-1 span {display: block; float: left; width: 48%; margin: 20px 1%;}
	.show_pro_info {/*margin: 30px 0;*/}
	.show_pro_info .tab-tit {font-size: 16px;}
	.show_pro_info .con-tab .tab-pane {padding: 20px 10px;}
	.show_pro_info .con-tab .nav {height: auto; overflow: hidden;}
	.show_pro_info .con-tab .switch-item {font-size: 16px;}
	.show_pro_info .con-tab .switch-item .active {}
	.show_pro_info .con-tab .tab-pane {font-size: 16px;}
    .show_pro_info .con-tab .tab-pane img{width:100%;}

    .inner_table{ overflow:scroll; }
    .inner_table .tableHtml{overflow-x: scroll; width:160%;}
    .inner_table.w_700 .tableHtml{ width:200%;}
    .inner_table .tableHtml table{ border-collapse:collapse; }
    .inner_table .tableHtml table td{line-height:30px; padding:0px 2px;}
    p.table_title{line-height: 25px; text-align: right;}
    p.table_title i{ font-size:16px; color:#171c61; line-height: 25px;}
    p.table_title i.fa-hand-o-down{color:red; padding: 0px 7px;}
    p.table_title strong{ font-size: 14px; text-indent: 10px;line-height: 25px; margin-right: 10px;}

}


/*nyProBrand 开始*/
.ProBrand_Main { width:100%; overflow:hidden; padding:0 70px; position:relative;}
.ProBrand_Main .swiper-container2 { width:100%; height:auto; overflow:hidden; margin:50px auto 0; padding:0; position:relative;}
.ProBrand_Main .swiper-container2 .swiper-slide {}
.ProBrand_Main .swiper-container2 .swiper-slide .con {border: 1px solid #e0e0e0;}
.ProBrand_Main .swiper-container2 .swiper-slide .con .pic {overflow: hidden;}
.ProBrand_Main .swiper-container2 .swiper-slide .con .pic img {width: 100%; }
.ProBrand_Main .swiper-container2 .swiper-slide .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.ProBrand_Main .swiper-container2 .swiper-slide .con:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.ProBrand_Main .swiper-container2 .swiper-slide .con span {display: block; padding: 7px 0; line-height:26px; font-size: 16px; background: #e6e6e6; text-align: center;}
.ProBrand_Main .swiper-container2 .swiper-slide .con span a {color: #2d2d2d;}
.ProBrand_Main .swiper-container2 .swiper-slide .con p {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;height: 25px;}
.ProBrand_Main .swiper-container2 .swiper-slide .con:hover span {background: #0b58af; color: #fff;}
.ProBrand_Main .swiper-container2 .swiper-slide .con:hover span a { color: #fff;}
@media (max-width: 991px) {
	.ProBrand_Main .swiper-container2 .swiper-slide .con span {font-size: 16px;}
}

/*分页器*/
.ProBrand_Main .swiper-button-prev2, .ProBrand_Main .swiper-button-next2 { width:54px!important; height:54px!important; cursor:pointer; position:absolute; top:50%!important; margin:0!important; z-index:2;}
.ProBrand_Main .swiper-button-prev2 { background:url(../images/prev01.png) center center no-repeat; background-size:54px 54px; left:0;}
.ProBrand_Main .swiper-button-next2 { background:url(../images/next01.png) center center no-repeat; background-size:54px 54px; right:0;}
.ProBrand_Main .swiper-button-prev2:hover { background:url(../images/prev02.png) center center no-repeat; background-size:54px 54px; left:0;}
.ProBrand_Main .swiper-button-next2:hover { background:url(../images/next02.png) center center no-repeat; background-size:54px 54px; right:0;}

@media (max-width:1680px) {

}
@media (max-width:1600px) {
	.ProBrand_Main .swiper-container2 .swiper-slide .ProBrand_Pic { height:170px;}
}
@media (max-width:1560px) {

}
@media (max-width:1440px) {
	.ProBrand_Main .swiper-container2 .swiper-slide .ProBrand_Pic { height:150px;}
	.ProBrand_Main .swiper-container2 .swiper-slide a.ProBrand_Name { height:36px; line-height:36px; font-size:18px;}
}
@media (max-width:1366px) {

}
@media (max-width:1280px) {
	.ProBrand_Main .swiper-container2 .swiper-slide .ProBrand_Pic { height:130px;}
	.ProBrand_Main .swiper-button-prev2 { left:10px;}
	.ProBrand_Main .swiper-button-next2 { right:10px;}
}
@media (max-width:1200px) {
	.ProBrand_Main { margin:0 auto; padding:0 0 50px;}
	.ProBrand_Main .swiper-container2 .swiper-slide .ProBrand_Pic { height:120px;}
	.ProBrand_Main .swiper-button-prev2, .ProBrand_Main .swiper-button-next2 { width:40px!important; height:40px!important; cursor:pointer; position:absolute; top:inherit!important; bottom:0!important; margin:0!important; z-index:2;}
	.ProBrand_Main .swiper-button-prev2 { background:url(../images/prev01.png) center center no-repeat; background-size:40px 40px; left:inherit; right:50%; margin:0 10px!important;}
	.ProBrand_Main .swiper-button-next2 { background:url(../images/next01.png) center center no-repeat; background-size:40px 40px; right:inherit; left:50%; margin:0 0 0 10px!important;}
	.ProBrand_Main .swiper-button-prev2:hover { background:url(../images/prev02.png) center center no-repeat; background-size:40px 40px; left:inherit; right:50%;}
	.ProBrand_Main .swiper-button-next2:hover { background:url(../images/next02.png) center center no-repeat; background-size:40px 40px; right:inherit; left:50%}
}
@media (max-width:1080px) {
	.ProBrand_Main .swiper-container2 .swiper-slide .ProBrand_Pic { height:140px;}
}
@media (max-width:1024px) {
	.ProBrand_Main .swiper-container2 .swiper-slide .ProBrand_Pic { height:130px;}
}
@media (max-width:800px) {
	.ProBrand_Main .swiper-container2 .swiper-slide .ProBrand_Pic { height:108px; padding:10px;}
	.ProBrand_Main .swiper-container2 .swiper-slide a.ProBrand_Name { height:30px; line-height:30px; font-size:15px;}
}
@media (max-width:767px) {
}
@media (max-width:375px) {
	.ProBrand_Main .swiper-container2 .swiper-slide .ProBrand_Pic { height:100px; margin:0 auto;}
	.ProBrand_Main .swiper-container2 .swiper-slide a.ProBrand_Name { font-size:14px;}
}
@media (max-width:320px) {
	.ProBrand_Main .swiper-container2 .swiper-slide .ProBrand_Pic { height:88px;}
}
/*nyProBrand 结束*/





/*======================
Contact Page Style
========================*/
.contact-lx {margin-top: 65px; overflow: hidden;}
.contact-lx .t-1 {font-size: 22px; color: #070707;}
.contact-lx .t-2 {margin-top: 7px; font-size: 16px; line-height: 30px; color: #616060;}
.map {margin-top: 50px; overflow: hidden;}
.map img {width: 100%;}
@media (max-width: 991px) {
	.contact-lx {margin-top: 35px; overflow: hidden;}
	.contact-lx .col-lg-4 {margin-bottom: 20px;}
	.contact-lx .t-1 {font-size: 18px;}
	.contact-lx .t-2 {font-size: 14px;}
	.map {margin-top: 20px;}
}


.contact-form-wrap {width: 100%;margin-top: 60px;}
.contact-form-tit {font-size: 16px; color: #616060;}

.input-item {margin: 30px auto 0;}
.input-item input,
.input-item textarea {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}
.input-item input:focus,
.input-item textarea:focus {
    border-color: #eeb644;
}
.input-item .nice-select {
    border-color: #e1e1e1;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
}
.input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
}
.input-item .btn-brand {
    font-size: 14px;
    border-radius: 2px;
    margin-top: 10px;
    letter-spacing: 1.6px;
}
.btn-brand {
	width: 150px;
    background-color: #0b58aa;
    border-color: #0b58aa;
    border-radius: 25px;
    color: #fff;
	
}

.btn-brand:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}
@media (max-width: 991px) {
	.contact-form-wrap {margin-top: 30px;}
	.contact-form-tit {font-size: 12px; line-height: 20px;}
	.input-item {margin-top: 18px;}

}






/*JOB*/
.joblist { clear: both;}
.job-txt {font-size: 16px; color: #2a3b96; line-height: 35px;}
.job-txt a { color: #2a3b96;}
.job-tit {width: 100%; background: #2a3b96; height: 50px; display: block;}
.job-tit li {float: left; line-height: 50px; color: #fff; font-size: 16px; text-align: center;}
.job-tit .tit-1 {width: 270px;}
.job-tit .tit-2 {width: 200px;}
.job-tit .tit-3 {width: 220px;}
.job-tit .tit-4 {width: 180px;}
.jonav li { width: 25%; }
.jot {background: #fff;}
.jot:hover {background: #e9ebf4;}
.joa {background: #e9ebf4;}
.jotxs:hover .jot  {background: #e9ebf4;}
.jot span { display: block; width: 14%; float: left; line-height: 47px; height: 47px; overflow: hidden; font-size:16px; }
.jot span:first-child { padding-left: 4%; width: 26%; }
.jod > span { color: #989898; cursor: pointer; transition: 300ms; -webkit-transition: 300ms; }
.jotxs { position: relative; border-bottom: 1px solid #ccc; overflow: hidden; }
.jos {  display: none; padding-right: 1px; }
.jos .bodr { border: 1px solid #eee; background: #fff; overflow: hidden; padding: 30px 5% 30px 5%; border-top: 0; line-height: 30px; }
.jos .bodr span { display: block; border-top: 1px solid #eee; padding-top: 20px; margin-top: 20px;  }
.jotxs .line { background: #000; display: block; position: absolute; }
.jotxs .line_1 { width: 21px; height: 1px; top: 23px; left: 15px; }
.jotxs .line_2 { width: 1px; height: 21px; top: 13px; left: 25px; }
.jotxs .arrow { width: 55px; height: 47px; position: absolute; top: 0; right: 0; transition: 300ms; -webkit-transition: 300ms; }
.jotxs:hover .jod > span, .jotxs.act .jod > span { color: #333; }
.jotxs.act .arrow { transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
.jo2 { }
.jos a { color: #666 }
select.selbox { width: 100%; height: 48px; line-height: 48px; padding: 0px; outline: none; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: "microsoft yahei"; cursor: pointer; display: block; font-size: 14px; padding-left: 14px; border: 1px solid #ddd; color: #666 }
.no-csstransitions select.selbox { padding-left: 0; background-image: none; }
select.selbox option { padding: 2px 12px; }
select.selbox:hover { color: #323232; }
.jobview { width: 100%; margin-top: 30px; margin-bottom: 50px; }
.jobview .list { margin-top: 30px; }
.jobview .list dd { width: 48.5%; display: block; margin-bottom: 20px; margin-right: 3%; float: left }
.jobview .list dt { width: 100%; display: block; }
.jobview .list dd:nth-child(2n+2) { margin-right: 0 }
.jobview .list .txt { background-color: #fff; border: 0px none; padding: 10px 12px; box-sizing: border-box; width: 100%; font: 14px/1.8 "microsoft yahei"; border: 1px solid #ddd; color: #999 }
.jobview .list .txt2 { height: 200px; margin-bottom: 0px; }
.jobview .list .btn { text-align: center; margin: 20px auto; }
.jobview .list .fromBtn { display: inline-block; width: 100%; max-width: 150px; margin: 0px auto; height: 50px; line-height: 50px; text-align: center; font-size: 14px; color: #fff; background-color: #0769b2; border: 0px; border-radius: 5px; margin-right: 20px; cursor: pointer }
.jobview .list .fromBtn:hover { background-color: #045b9c; }





.search_info { width:100%; height:58px; overflow: hidden; background:#f6f6f6; border-radius: 30px; margin-top:26px;}
.search_info_txt { display:inline; float:left; width:80%; height:58px;}
.search_info_txt_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; color:#a2a2a2; float: left;  width: 100%; height:58px; line-height:58px; overflow: hidden; text-indent:40px;}
.search_info_btn { float: left; width:20%; height:54px; position: relative;}
.search_info_btn_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; float:left; width: 100%; height:54px; overflow: hidden; cursor:pointer; position: relative; z-index: 9999; }
.search_info_btn i {position: absolute; top: 20px; left: 20px; font-size: 18px;}






/*--------------------------------
Magnific JS Customization
----------------------------------*/
.ht-mfp {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp.mfp-bg {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp .mfp-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) {
    .ht-mfp .mfp-content {
        max-width: 70%;
    }
}

.ht-mfp .mfp-content .mfp-close {
    display: none;
}

.ht-mfp .mfp-close {
    background-color: #db0303;
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    opacity: 0;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

@media only screen and (max-width: 767.98px) {
    .ht-mfp .mfp-close {
        top: 30px;
        right: 30px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.ht-mfp .mfp-close:hover {
    background-color: #db0303;
}

.ht-mfp .mfp-arrow {
    background-color: #db0303;
    opacity: 1;
    margin-left: 15px;
    height: 55px;
    width: 55px;
}

.ht-mfp .mfp-arrow:before {
    display: none;
}

.ht-mfp .mfp-arrow:after {
    content: '\f104';
    color: #FFFFFF;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ht-mfp .mfp-arrow-right {
    margin-left: auto;
    margin-right: 15px;
}

.ht-mfp .mfp-arrow-right:after {
    content: '\f105';
}

.ht-mfp .mfp-arrow:hover {
    background-color: #000;
}

.ht-mfp.zoom-animate.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.ht-mfp.zoom-animate.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}


.ht-mfp.zoom-animate.mfp-removing.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-close {
    opacity: 0;
}
/*================================
Single Product Page Style
==================================*/
@media only screen and (max-width: 767.98px) {
    .product-thumb-area {
        margin-bottom: 30px;
    }
}

.product-thumb-area .pro-thumb-item img {
    margin: auto;
	max-width: 100%;
}

.product-thumb-area .product-details-thumbnail {
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
}

.product-thumb-area .product-details-thumbnail .btn-large-view {

    background-color: rgba(255, 255, 255, 0.9);
    bottom: 20px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #1b1b1c;
    display: block;
    font-weight: 700;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 22px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 136px;
}

.product-thumb-area .product-details-thumbnail .btn-large-view i {
    margin-left: 3px;
    vertical-align: middle;
}

.product-thumb-area .product-details-thumbnail-nav {
    margin-top: 10px;
}

.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list {
    margin: 0 -5px;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
    margin: 0 5px;
}

@media only screen and (min-width: 1200px) {
    .prod-details-info-content {
        padding-left: 20px;
    }
}


.prod-details-info-content span { display: block; font-size: 30px; color: #070104; margin-bottom: 18px;}
.prod-details-info-content p {line-height: 29px;}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content span {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}

.prod-details-info-content .price {
    font-size: 18px;
	margin-top: 10px;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content .price {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.prod-details-info-content .price-amount {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}
.b-2 {margin-top: 30px;padding-left: 20px;}
.b-2 .txt-input {width: 52px; height: 40px; position: relative; float: left;}
.b-2 .txt-input .text-input__input {border: 1px solid #72777d; margin-bottom: 5px; padding: 8px 5px; font-size: 14px; font-weight: 400; line-height: normal; height: 40px;width: 100%;color: #000; border-radius: 2px;text-align: center;}
.b-2 .txt-input .text-input__label {color: #72777d;font-size: 14px; position: absolute; top: 50%;left: 0;padding: 0 16px;transform: translateY(-180%);}
.b-2 .txt-input .text-input__text {background-color: #fff; font-weight: 500;}
.b-2 .txt-link {width: 172px; height: 40px; float: left; margin-left: 6px; display: block; border: 2px solid #2099d1; font-size: 16px; font-weight: bold; text-align: center;}
.b-2 .txt-link a {color: #2099d1; display: block; line-height: 40px;}
.b-2 .txt-link a:hover {color: #fff; background:#2099d1;display: block; height: 38px;}
.product-config {
    margin: 40px 0;
}

.product-config .table {
    margin-bottom: 0;
}

.product-config .table-bordered td,
.product-config .table-bordered th {
    border-color: #e1e1e1;
}

.product-config .table th {
    font-size: 18px;
    font-weight: 500;
}

.product-config .table .config-option a {
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.product-config .table .config-option a:last-child {
    margin-right: 0;
}

.product-config .table .config-option a:hover {
    color: #db0303;
}

.product-meta {
    margin-top: 40px;
}

.product-meta span:not(.sku) {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.product-meta span:not(.sku):last-child {
    margin-bottom: 0;
}

.product-meta a {
    color: #1b1b1c;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}

.product-meta a:last-child {
    margin-right: 0;
}

.product-meta a:hover {

    color: #db0303;
}

.pro-qty {
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
    width: 150px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty {
        width: 120px;
    }
}

.pro-qty input {
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 12px 45px;
    outline: none;
    width: 100%;
}

.pro-qty a {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 50px;
    height: 100%;
    width: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 767.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 48px;
    }
}

.pro-qty a:hover {
    background-color: #db0303;
    border-color: #db0303;
    color: #FFFFFF;
}

.pro-qty a.inc {
    right: 0;
    border-left: 1px solid #e1e1e1;
}

.pro-qty a.dec {
    left: 0;
    border-right: 1px solid #e1e1e1;
}

.product-description-review {
    margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review {
        margin-top: 60px;
    }
}

.product-description-review .desc-review-tab-menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-description-review .desc-review-tab-menu li {
    width: 100%;
}

.product-description-review .desc-review-tab-menu li a {
    background-color: #1b1b1c;
    border-right: 2px solid #ddd;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}

.product-description-review .desc-review-tab-menu li a:last-child {
    border: none;
}

.product-description-review .desc-review-tab-menu li a.active {
    background-color: #db0303;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .desc-review-tab-menu li a {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0;
    }
}
.product-description-review .tab-tit {line-height:40px; background:#c7c7c7; color: #fff; font-size: 18px;}
.product-description-review .tab-tit span {width: 186px;display:block; text-align: center; background: #2099d1;}
.product-description-review .tab-content {
    padding: 20px 0;
	line-height: 25px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .tab-content {
        padding: 25px 15px;
    }
}

.product-rating-wrap .average-rating {
    margin-bottom: 30px;
}

.product-rating-wrap .average-rating h6 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 3px;
}

.product-rating-wrap .display-ratings .rating-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-rating-wrap .display-ratings .rating-item:last-child {
    margin-bottom: 0;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
    max-width: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px;
    -webkit-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
    font-size: 14px;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
    color: #db0303;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
    margin-right: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper {
    margin-top: 60px;
}

.product-rating-wrap .rating-form-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 20px;
}

.product-rating-wrap .rating-form-wrapper .rating-form h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
    color: #ccc;
    margin-right: 10px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover~i {
    color: #ccc;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
    cursor: pointer;
    color: #db0303;
}

.product-rating-wrap .rating-form-wrapper .rating-form input,
.product-rating-wrap .rating-form-wrapper .rating-form textarea {
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 20px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-rating-wrap .rating-form-wrapper .rating-form input:focus,
.product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
    border-color: #db0303;
}

@media (max-width: 1024px) {
	.homeAboutCont,.homeAboutCont-r  {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont h3 {font-size: 18px; line-height: 30px;}
	.homeInforCont p {margin-bottom: 6px; line-height: 22px;}
	.index-cybj-top .txt {font-size: 12px;}
}

@media screen and (max-width:991px) {
	.sticky-nav{position:fixed;}

	.lang-mobile {display: block; position: absolute; top: 28px; right: 70px; z-index: 999;}
	.lang-mobile img {margin-left: 5px;}
	
	.carousel-inner > .item > img {max-width:180%!important;}	
	

	.search_info {margin-top: 0; margin-bottom: 30px;}
	.hot-pro {padding: 20px 0;}
	.hot-pro-cat {padding: 0;}
	.hot-pro-cat span {width:30%; margin-right:12px; margin-bottom: 10px; line-height: 30px;}
	#myscroll ul li{ margin:0;}
	.ban {margin-top: 0;}
.ban-pc {display: none;}
	.ban-mobile {display: block;padding-top: 4.7rem;}

.index-tit span {font-size: 32px; margin-bottom: 12px;}
.iproject-con li {margin-top: 20px;}	
.iproject-con dd .txt {padding: 12px;}	
.iproject-con dd .txt span {font-size: 16px;}
.iproject-con dd .txt em {font-size: 12px; display: none;}
	
.index-ly-con {padding: 0 5px;}
.index-ly-con .col-sm-6 {width: 50%;}
.index-ly-con .col-sm-6 img {width: 100%;}
.index-ly-con .cover-box {margin-bottom: 20px;}	
	
	

.inner-about-video img,.inner-about-map img {width: 100%;}
	
	
	

.inner-qywh	{padding: 40px 0;}	
.inner-qywh .con {margin-top: 30px;}
.inner-qywh .con .qywh-box .txt {padding: 30px 0;}
	
	

	.pro-pic {margin-top: 20px;}
	.index-cybj {padding: 30px 0;}
	.index-news {padding: 30px 0;}
	.index-news-main .con {margin-bottom: 10px;}
	.index-news-main .con .tit {margin-top: 16px; margin-bottom: 10}
	.index-news-main .con .txt {margin-bottom: 24px;}
	.index-news .tit h2 {font-size: 24px;}
	.foot-con {padding: 20px 0;}
	.foot-con .weixin {width: 141px; float: none;}
	.foot-fx {width: 100%;}
	.foot-con dl {display: none;}
	.foot-txt,.foot-copy {font-size: 12px;}
	.foot-copy {padding: 20px 10px; line-height: 20px;}
	
/*zltm*/
.zltm {margin-bottom: 30px;}
.zltm .pic img {width: 100%;}
.zltm .con {padding:20px 10px;}
.zltm .tit_1 {height:36px; font-size: 24px;}
.zltm .tit-2 {font-size: 18px; color: #777; margin-bottom: 22px;}
.zltm .line {margin-bottom: 23px;}

/*dzcj*/
.dzcj .tit {margin-bottom: 30px;}
.dzcj .tit span {font-size: 24px; margin-bottom: 23px;}
.dzcj .tit p {font-size: 18px;  margin-bottom: 23px;} 
.hzal-lx .txt { padding-top: 116px; font-size:24px; color: #fff; margin-bottom: 30px; }	
	
/*case*/	




.case-top .con {padding:28px 15px;}
.case-top .tit_1 {height: 53px; font-size: 24px;}

/*products*/
.pro-main .pic img {width: 100%;}
.pro-main .con {padding:20px;}
.pro-main .tit_1 {font-size: 20px; margin-bottom: 15px;}
.pro-main .tit_2 {font-size: 16px; margin-bottom:15px;}


/********内页菜单*********/
.m-ins-navbox { width: 100%; height: 38px; background-color: #fff; position: relative; z-index: 11; display: block;}
.m-ins-navbox.fixed { position: fixed; top: 0; left: 0; z-index: 11; }
.m-ins-navbox .left { width: 15%; cursor: pointer; float:left; }
.m-ins-navbox .left .ico { display: block; width: 100%; height: 38px; background: url(../images/ico_35.png) no-repeat center #cc0000; background-size: auto 50%; }
.m-ins-navbox .ret-subbox { position: absolute; top: 38px; width: 100%; background-color: #cc0000; left: 0; z-index: 2; display: none; }
.m-ins-navbox .ret-subbox a { display: block; width:100%; padding-left: 5%; height: 38px; line-height: 38px; color: #fff; font-size: 14px; background: url(../images/ico_38.png) no-repeat 92% center; background-size: auto 35%; }
.m-ins-navbox .right { width: 85%; position: relative; float:right; }
.m-ins-navbox .right .tit { display: block; width: 95%; padding-left: 5%; font-size: 14px; color: #000; line-height: 38px; background: url(../images/ico_36.png) no-repeat 93% center; background-size: auto 50%; cursor: pointer; }
.m-ins-navbox .right .subbox { width: 100%; position: absolute; top: 38px; background-color: #fff; z-index: 2; display: none; left: 0; }
.m-ins-navbox .right .subbox a { display: block; width: 95%; padding-left: 5%; line-height: 38px; height: 38px; border-top: 1px solid #e5e5e5; background: url(../images/ico_37.png) no-repeat 92% center; background-size: auto 35%;}
	
	

.core {padding: 30px 0;}
.core_tit .t-1 {margin-bottom: 10px; font-size: 20px;}
.core_tit .t-2 {margin-bottom: 5px; font-size: 20px;}
.core_con_fr .core-top {padding: 14px 0; overflow: hidden;}
.core_con_fr .core-s {font-size: 30px; margin-right:5px;}
.core_con_fr .core-txt {margin-top:10px; margin-left:0; line-height: 37px; color: #333;}	
.core_con_fr .core-tit .core-tit-1 {line-height: 20px; margin-bottom:5px; font-size:16px; color: #333;}
.core_con_fr .core-tit .core-tit-2 {color: #666; font-size: 12px;}
.top-news img {width: 100%;}
.top-news .con {padding:30px 10px;}
.top-news .con .tit {margin-bottom: 27px; font-size: 24px; color: #333;}
	.news-img {margin-left: 0;}
	.news-box .tit {font-size: 16px;}
	
	.new-pro { width: 100%; height:auto; margin-top:0;}
    .new-pro-pic {margin-top:0; }



	.inner-news {padding: 40px 0;}

.news-box  .t-1 .time { margin-right:0; padding:0 10px;}
.news-box  .tit {font-size: 16px; font-weight: bold; margin-top: 30px;padding:0 10px;}
.news-box  .txt {line-height: 28px;padding:0 10px 30px 10px;}

	.news-info {padding: 20px 10px;}

	.news-box {margin: 20px 0;}
	.news-list .con { padding: 12px; margin-bottom: 15px;}
    .news-list .con .time { margin-bottom: 18px;}
	.news-list .con .txt {width: 100%; float: none;}
	.news-list .con .txt span {font-size: 16px; margin-bottom: 15px;}
	.news-list .con .time {display: none;}
	.down-info {padding: 20px 10px;}	
.down-info li {height: 40px;}
.down-info li span {line-height:40px; font-size: 12px;}
.down-info li span i { font-size: 16px; margin-right:10px;}
.down-info li em {display:none;}
	.down-info li o {display: none;}


	
.filters li{padding: 10px 18px; font-size: 14px;}	
.product-item {margin-bottom: 20px;}	
.product-item img {width: 100%;}	
	.contact-form-content {padding: 20px;}	
.contact-fl,.contact-fr {padding: 0; margin-top: 30px;}
	.contact-form-content .tit span {font-size: 24px;}
	input.contact_sub {width: 180px!important; height: 40px!important; line-height: 40px;}
	input.gbk_5 {width: 150px!important; left: 0; top:300px; }
	.contact-fr .vdimgck {left: 170px; top:302px; }	
	.job-tit {display: none;}
}


.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.pad  .page-t a.more{ float: right; color:#fff; font-size: 16px; padding-right: 5px; padding-top: 6px;}
.list-rmbq{ margin-top: 10px; display: none;}


/*在线客服*/
.ServiceTool {
	position: fixed;
	z-index: 9999;
	left: 8px;
	top: 210px;
}
.serviceBg {
	background: url(../images/ser_tool_2.jpg) no-repeat;
	width: 26px;
	height: 110px;
}
.onlineService {
	/*background:url(../images/online.png) no-repeat;*/
	background: url(../images/kefu.png) no-repeat;
	width: 211px;
	height: 381px;
	display: none;
}
.onlineService .contactLink {
	position: relative;
}
.onlineService .contactLink a {
	border: #ccc solid 1px;
	width: 82px;
	height: 22px;
	line-height: 22px;
	display: block;
	position: absolute;
	right: 13px;
	text-indent: -200px;
	overflow: hidden;
}
.onlineService .contactLink a.qq1 {
	top: 85px;
}
.onlineService .contactLink a.qq2 {
	top: 115px;
}
.onlineService .contactLink a.taobao {
	top: 142px;
}
.onlineService .contactLink a.alibaba {
	top: 173px;
}
.onlineService .contactLink a.qianniu {
	top: 203px;
}
/*在线客服*/

